Sennheiser HD 660S2
The 42mm dynamic drivers and open-back design deliver a wide soundstage with bass extension down to 9Hz, while the 300-ohm impedance requires a capable amplifier for optimal performance. Handcrafted in Germany and Ireland, its lightweight 300g chassis and breathable ear cushions provide lasting comfort, and the aluminum voice coil yields precise transient response. These headphones are best for studio engineers and audiophile listeners who need an accurate, spacious reference for mixing and critical music analysis.
About This Headphones
Product description .aplus-v2 .aplus-content-wrapper { position: relative; overflow: hidden; } .aplus-v2 .container-with-background-image { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; } function logShoppableMetrics(moduleName, showsAddToCart) { if (window.ue && window.ue.count) { window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0); } } .aplus-v2 .premium-aplus-module-2 .premium-background-wrapper { position: relative; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper { position: absolute; width: 50%; height: 100%; top: 0; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: 50%; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: auto; right: 50%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background { padding: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic { padding-bottom: 10px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading { padding-bottom: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-description { line-height: 1.5em; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background { background: rgba(255,255,255,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background { background: rgba(0,0,0,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-container { display: table; height: 100%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 0px; padding-right: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 0px; padding-left: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-column { display: table-cell; vertical-align: middle; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-5-comparison-table-scroller').execute(function(init){ if (init) { return; } P.register('premium-module-5-comparison-table-scroller', function(){ return function() { P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) { function initCompTable(module) { /** * Premium comparison table: popover trigger module */ var comparisonName = $(module).data('comparison-name'); (function() { var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger'); $additionalInfo.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $additionalInfo.hover( function() { $(this).focus(); } ); })(); /** * Premium comparison table: adjust column width module */ (function() { var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */ var MIN_WIDTH = 230; var getWidth = function() { return $(this).outerWidth(); } /* cache selectors */ var $container = $('.aplus-v2 .comparison-table #'+comparisonName), $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'), $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'), $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item'); /* Formula for determining desired column width */ var calculatedColumnWidth = Math.floor( ($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS ); var childWidths = $activeColumn.map(getWidth).get(); var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths)); var minColumnWidth = $columns.innerWidth(); /* set the min-width of each column to the calulated width or minWidth */ $columns.css( 'min-width', Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth ? calculatedColumnWidth : minColumnWidth)) ); $activeColumn.css('width', maxChildWidth); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: sticky attribute & column */ (function() { /* cache selectors */ const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName); const header = comparisonTable.querySelector('td.attribute'); const fixedColumn = comparisonTable.querySelector('td.active'); const attributeColumnObserver = new ResizeObserver((entries) => { for (let entry of entries) { const bounds = entry.target.getBoundingClientRect().width; const activeCellWidth = window.getComputedStyle(fixedColumn).left; if (bounds + "px" !== activeCellWidth) { const activeCells = document.querySelectorAll('.aplus-data-column.active'); activeCells.forEach(cell => cell.style.left = bounds + "px"); } } }) attributeColumnObserver.observe(header) })(); /** * Premium comparison table: top scroll bar */ (function() { /* cache selectors */ var $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'), $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'), $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'), $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'), $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar'); /* confirm fixed column exists and can add width to the total width of the scroll bar */ var fixedColumnWidth = $fixedColumn.innerWidth(); if ( fixedColumnWidth === null ) { fixedColumnWidth = 0; } /* set width of scrollBar */ $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth()); /* connect scrolls together */ $scrollWrapperTop.scroll(function() { $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft()); }); $scrollWrapperBottom.scroll(function() { $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft()); }); })(); } $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) { initCompTable(module); }); }); } }); }); })); /** * Premium-module 5: Comparision table - scroller */ .aplus-v2 .premium-aplus-module-5 h1 { padding-bottom: 30px; } /* position column-headers relative to this table */ .aplus-v2 .premium-aplus-module-5 .table-container { position: relative; opacity: 1; } .aplus-v2 .premium-aplus-module-5 .table-container.loading { opacity: 0; } .aplus-v2 .premium-aplus-module-5 .table-slider { overflow-x: scroll; overflow-y: visible; width: 100%; } .aplus-v2 .premium-aplus-module-5 td.attribute { min-width: 300px; top: auto; left: 0; z-index: 100; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute { right: 0px; left: auto; } .aplus-v2 .premium-aplus-module-5 td.active-item, .aplus-v2 .premium-aplus-module-5 th.active-item { top: auto; left: 300px; z-index: 100; } html[dir="rtl"] .premium-aplus-module-5 td.active-item, html[dir="rtl"] .premium-aplus-module-5 th.active-item { left: auto; right: 300px; } .aplus-v2 .premium-aplus-module-5 .attribute, .aplus-v2 .premium-aplus-module-5 .active-item{ position: sticky; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td, .aplus-v2 .premium-aplus-module-5 table.a-bordered th { background-color: #fff; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after { content: "?"; display: inline-block; font-size: 12px; position: relative; bottom: 5px; } .aplus-v2 .premium-aplus-module-5 .product-title { font-size: 15px; padding: 10px 0; } .aplus-v2 .premium-aplus-module-5 .scroll-width { overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 td.attribute.empty { height: 300px; } .aplus-v2 .premium-aplus-module-5 .header-img { padding-top: 10px; } /* Override default AUI .a-bordered table borders */ .aplus-v2 .premium-aplus-module-5 table.a-bordered { border-width: 0; border-color: #eaeaea; border-style: solid; } /* Size the top scroller */ .aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top { width: 100%; height: 20px; overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 .scroll-bar { height: 1px; } .aplus-v2 .premium-aplus-module-5 .add-to-cart { line-height: 1rem; font-weight: normal; } .aplus-v2 .premium-aplus-module-5 .review { font-size: 14px; } /** * Premium modules global styles */ .aplus-v2.desktop { max-width: 1464px; min-width: 800px; margin-left: auto; margin-right: auto; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } /* Undo this for tech-specs because it breaks table layout */ .aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: Arial, sans-serif; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: inherit; } /* type */ .aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; } .aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; } /* spacing */ .aplus-v2 .aplus-container-1 { padding: 40px; } .aplus-v2 .aplus-container-1-2 { padding: 40px 80px; } .aplus-v2 .aplus-container-2 { padding: 80px; } .aplus-v2 .aplus-container-3 { padding: 40px 0; } /* Display */ .aplus-v2 .premium-aplus .aplus-display-table { display: table; } .aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; } .aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; } /* Aplus display table with min-width 1000px and fill remaining space inside parent */ .aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% } /** * Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80. */ .aplus-v2 .premium-aplus-module-4 .premium-aplus-two-column { text-align: center; } .aplus-v2 .premium-aplus-module-4 .premium-aplus-two-column { text-align: inherit; } .aplus-v2 .premium-aplus-module-4 .premium-aplus-column { display: inline-block; vertical-align: top; width: 50%; } .aplus-v2 .premium-aplus-module-4 .premium-module-4-heading { padding-bottom: 40px; } .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n) { padding-left: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n) { padding-left: 0px; padding-right: 40px; } .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n-1) { padding-right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-4 div.premium-aplus-column:nth-child(2n-1) { padding-right: 0px; padding-left: 40px; } .aplus-v2 .premium-aplus-module-4 .column-heading { padding-top: 20px; } .aplus-v2 .premium-aplus-module-4 .column-description { padding-top: 10px; } /** * Premium-module 8: Hero Video module */ .aplus-v2 .premium-aplus-module-8 .premium-aplus-module-8-video { position: relative; width: 100%; } .aplus-v2 .premium-aplus-module-8 .video-placeholder { padding-bottom: 40.984%; /* Video or image required size 1464 : 600 = 40.9836 */ } .aplus-v2 .premium-aplus-module-8 .video-container { position: absolute; top: 0; width: 100%; height: 100%; } /*Override the default VSE video player size*/ .aplus-v2 .premium-aplus-module-8 .video-js.vjs-fluid { padding: 0; } <img alt="Sennheiser HD 660S2" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/76fbf995-d9bc-486e-8a4c-1d85181e53f8.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Sennheiser HD 660S2 Dive deeper into legendary sound. Enjoy your music on a completely new level. An intimate, relaxed sound signature combines with outstanding precision and exceptional comfort — and now, extended sub bass — for a deeply moving experience. Ever felt goosebumps from sound so real, as if the source was in the room? .aplus-v2 .vse-video-player-title, .aplus-v2 .vse-lightPlayer-vendor{ display:none; } #aplus .vse-video-player-title, #aplus .vse-lightPlayer-vendor{ display:none; } {"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0BRT1ZN7Q"},"clientPrefix":"aplus-7661","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"4500FSGCC87QRPV0W0AM","sessionId":"133-7714414-5000850","customerId":"0","refMarkers":"aplus-7661_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0BRT1ZN7Q"},"mimeType":"video/mp4","reportUrl":"","nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-7661_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"hero-video","videoAsinList":"","pageAsin":"B0BRT1ZN7Q","customerId":"0"},"videoHeight":0,"disableReportIllegalLink":false,"videoWidth":0,"eligibleToTriggerCCWeblab":false,"videoUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/7ffab9af-c88d-4390-a506-113bc065231c.mp4","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/S/aplus-media/sc/38ba716c-c2f7-4188-a156-4b4833fe8ad5.__CR0,0,1464,600_PT0_SX1464_V1___.jpg","awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"producerId":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4","actionType":"DISCOVERY","eventOwner":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B0BRT1ZN7Q"},"initialVideo":"hero-video","shouldPreload":false,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"de":"German (Automated)","en":"English (Automated)","fr":"French (Automated)","es":"Spanish (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English","French":"French","German":"German","Spanish":"Spanish"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-7661-player-4ff786c7-99b6-4647-9513-c2bf646b21d0","allowCrossOrigin":false,"requestMetadata":{"clientId":"VSE-US","marketplaceId":"ATVPDKIKX0DER","requestId":"4500FSGCC87QRPV0W0AM","sessionId":"133-7714414-5000850","method":"AplusWidget","pageAsin":""},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"","useAutoplayFallback":false,"sushiMetricsConfig":{"eventSource":"Player","endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"4500FSGCC87QRPV0W0AM","sessionId":"133-7714414-5000850","customerId":"0","refMarkers":"aplus-7661_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0BRT1ZN7Q"},"ospLinkCode":"","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-7661_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"hero-video","videoAsinList":"","pageAsin":"B0BRT1ZN7Q","customerId":"0"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"showVideoInfo":false,"isReactFactory":false,"enableDelphiAttribution":false,"includeReportWidget":false,"shouldAutoplay":false},"needPlayerFactory":false,"isMobile":false}The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.Video Player is loading.Click to play videoPlayMuteCurrent Time 0:00/Duration 0:00Loaded: 0%Stream Type LIVESeek to live, currently behind liveLIVERemaining Time -0:00 1xPlayback RateChaptersChaptersDescriptionsdescriptions off, selectedCaptionsCaptions off, selectedAudio TrackFullscreenThis is a modal window. (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/51ckmXPzM3L.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://m.media-amazon.com/images/I/41Vu0w0zP-L._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41NWBkfooBL.js,11QfrzttlqL.js,91VXiFQ1TCL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-7661-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-7661:init', 'aplus-7661-player-ps'); }); })); <img alt="Sennheiser HD 660S2" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/fea80dbf-7cab-45c0-8f21-171216100c2d.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Your new desert island headphone An intimate experience you won’t want to live without. The non-fatiguing HD 660S2 gives people who love music an intimate way to connect more deeply with their favorite songs and artists. Breathtaking resolution and precision take you closer than ever to instruments and vocalists. Yet the sound is natural and balanced, never harsh or brash. <img alt="Sennheiser HD 660S2" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/f4dbe56b-d4c6-45d3-b3b1-6f95dda43c8c.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Sub bass expands the entire sound Double the sub bass heightens your listening experience. By doubling the sound pressure at the lowest frequency, we retained incredible precision and balance throughout the sub-, mid-bass, and beyond. Extension on the low end changes everything, creating more space for the sound. Against a deeper backdrop, the highs feel more brilliant, emotions stronger. Enjoy your music on a completely new level. <img alt="Sennheiser HD 660S2" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/5fbef964-be44-400c-95c7-96490a86c70b.__CR0,0,1300,700_PT0_SX650_V1___.jpg"/> They feel as great as they sound The velour earpads can only be described as a tactile pleasure. With the right amount of tension for proper acoustic positioning and supple padding, the headband won’t draw attention away from your music, either. As an open-back design, the HD 660S2 gives your ears an extremely comfortable climate. <img alt="Sennheiser HD 660S2" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/24231b9d-3efa-45f7-8d6e-1c6e282ae71d.__CR0,0,1300,700_PT0_SX650_V1___.jpg"/> How do you one-up a line of legends? High-end Sennheiser headphones like the HD 600, HD 650, and HD 660S are known for their balanced, natural sound. The HD 660S2 shares this legacy with a revised 300-ohm coil for cleaner impulse response, a compliant surround for lower resonant frequency, and optimized airflow for better sensitivity. <img alt="Sennheiser HD 660S2" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/cb052c66-ebb9-4d33-aa42-b8987983eb7a.__CR0,0,1464,600_PT0_SX1464_V1___.jpg"/> Dive deeper into your game Natural, non-fatiguing sound for gamers and streamers. Do you recognize the feeling of listening to harsh sounds that annoy you for long periods of time? The HD 660S2 has been developed for detailed yet fatigue-free treble reproduction to keep you focused all day long. With comfort this good, you’ll be ready to extend your gaming sessions even further. Find your perfect audiophile headphones HD 660S2 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) HD 599 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) HD 560S Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) HD 600 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) HD 650 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) HD 800 S Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Customer Reviews .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.5 out of 5 stars 714 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 6,065 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 3,566 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.7 out of 5 stars 3,144 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 3,061 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.4 out of 5 stars 522 Price $419.99$419.99 $148.99$148.99 $149.95$149.95 $272.00$272.00 $338.93$338.93 $1,799.95$1,799.95 Sennheiser Transducer 42mm transducer 38mm transducer 38mm transducer 42mm transducer 42mm transducer 56mm transducer 56mm Ring Radiator System ✘ ✘ ✘ ✘ ✘ ✔ Reference Grade Sound ✔ ✘ ✔ ✔ ✔ ✔ Open Back Design ✔ ✔ ✔ ✔ ✔ ✔ Metal Headband w/Inner Damping ✘ ✘ ✘ ✘ ✘ ✔ Detachable Cable ✔ ✔ ✔ ✔ ✔ ✔ Balanced Cable Capability* ✔ ✔ ✔ ✔ ✔ ✔ Frequency Response 9 – 41,500 Hz 12 – 38,500 Hz 6 – 38,000 Hz 12 – 40,500 Hz 12 – 41,000 Hz 4 – 51,000 Hz (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() }); }));
- Audiophile-Grade Open-Back Sound: These Sennheiser over the ear headphones provide a natural, high-fidelity sound with a spacious soundstage. The over the head HiFi headphones are great for immersive music experiences and long listening sessions
- Precise Highs & Deep Sub-Bass: Sennheiser open back headphones HD660S2 with ultra-light aluminum voice coil & 42mm transducers deliver detailed highs, rich mids, & deep, controlled bass. Overhead headphones are great for gamers, professionals, podcasters
- Powerful Low-End Performance: These wired over ear head phones let you feel every note from piano lows (27.5 Hz) to bass drums (45–60 Hz) with clarity and precision, whether it is for gaming sessions, listening to music, or for desktop use
- Exceptional Comfort: Open-back design with breathable, plush ear cushions ensures fatigueless listening during long sessions, making them audiophile headphones that have a comfortable fit and can work for music listeners or as gaming headsets
- Premium Build Quality: Sennheiser HD 660S2 audiophile headphones are crafted with expertly crafted materials in Germany & Ireland for durability, elegance, and long-lasting performance, making them head phones over ear for music lovers & music production
The 30-Second Version
The HD 660S2 brings best-in-class build quality and wonderfully natural sound that's a step above most in its bracket. But you'll need a good DAC/amp, and the narrow soundstage and abysmal mic hold it back. A fantastic buy at around $400-500 for serious listeners, but not a wise pickup if you want all-around versatility.
Overview
Look, the Sennheiser HD 660S2 isn't for the casual listener. These are open-back, wired headphones with a 300Ω impedance that practically demands a solid DAC/amp combo to wake them up. But if you've got the gear, they reward you with a natural, detailed sound that's among the best at this price when you hunt down a deal. They feel more like a precision tool than a plug-and-play accessory. And the pricing is all over the map, from $417 to a baffling $91,845 across vendors. So if you're patient and find them under $500, the value proposition shifts dramatically. Just know what you're signing up for: a stationary listening experience that doesn't travel well and falls apart for calls and gaming with friends.
Performance
The audio performance is where the HD 660S2 shines, landing in the 81st percentile overall. You get deep, controlled bass that reaches down to 9Hz on paper, and the mids deliver vocals with a lifelike presence that's genuinely arresting. The highs are precise without being harsh. But the soundstage, while spacious in an open-back sense, feels narrower than some expect for critical listening. It's not a wide, airy presentation, more intimate. Also, don't even think about the mic, it's a letdown at the 16th percentile, so calls are a no-go. You'll need a dedicated mic if you're streaming or chatting.
Pros & Cons
Pros
- Build quality is seriously impressive, 92nd percentile—these feel durable and premium. 92th
- Natural, detailed sound with warm bass and lifelike vocals that make instruments sound real. 81th
- Replaceable cables and ear pads mean these can last for years. 79th
- Plush, breathable pads keep you comfortable for hours once they break in. 66th
Cons
- Soundstage is noticeably narrow, which can make orchestral tracks feel cramped. 16th
- Plasticky finish on some parts doesn't scream $500, let alone the absurdly high prices. 31th
- Requires a good DAC/amp to sound their best, adding to the overall cost.
- Heavier than expected initially, and the clamp force takes getting used to.
The Word on the Street
Specifications
Full Specifications
Design
| Form Factor | over-ear |
| Open/Closed | open |
| Weight | 0.3 kg / 0.7 lbs |
| Ear Cushion | velour |
| Headband | Metal Headband w/Inner Damping |
Audio
| Driver Type | dynamic |
| Driver Size | 42 |
| Freq Min | 9 |
| Freq Max | 41500 |
| Impedance | 300 |
| Codecs | Sennheiser HD 660S2 - Audiophile Open-Back Over Ear Headphones with Deep Bass Extension and Refined Acoustic Performance, Over-Ear Headphones for PC, Music, Gaming, Podcasts, Premium Black |
Connectivity
| Wireless | No |
| Wired Connector | 3.5mm |
| Detachable Cable | Yes |
Microphone
| Microphone | No |
Features
| Gaming Mode | Yes |
Value & Pricing
Is it worth the money? That depends entirely on what you pay. The price spread is wild—$417 to over $91,000—which feels like a data glitch, but even at the real-world low end, you're competing with excellent alternatives. If you can scoop them up from a vendor offering a solid discount, the value is strong for a dedicated music and studio tool. But at full MSRP, the plasticky touches and narrow staging make it a tougher sell when you could snag something like a B&W Px8 S2 for wireless flexibility or even the Sennheiser HD 600 for a fraction of the cost.
Price History
vs Competition
Compared to wireless flagships like the Sony WH-1000XM6 or Bose QuietComfort Ultra, the HD 660S2 lives in a different world. Those are packed with ANC, Bluetooth, and mics for calls, while the 660S2 is a purist's wired headphone that demands a quiet room and a good amp. The Bowers & Wilkins Px8 S2 and Technics EAH-A800 also bring modern features and excellent sound for less hassle, but they can't match the raw, uncolored detail these open-backs provide when properly driven. If you're serious about sound and don't mind the wires, the Sennheisers are a standout, especially for studio monitoring where accuracy trumps convenience.
| Spec | Sennheiser HD 660S2 | Sony ULT WEAR WHULT900N/B | Technics EAH-A800 EAH-A800 | Audio-Technica ATH-S300BT ATH-S300BT | JBL Tune 770NC | Bose QuietComfort 884367-0100 |
|---|---|---|---|---|---|---|
| Form Factor | over-ear | over-ear | over-ear | over-ear | over-ear | over-ear |
| Driver Type | dynamic | dynamic | PEEK/Polyurethane 3-Layer Diaphragm | dynamic | Dynamic | Dynamic |
| Driver Size (mm) | 42 | 40 | 40 | 40 | 40 | - |
| Impedance Ohms | 300 | 314 | 34 | 45 | 32 | 32 |
| Wireless | false | true | true | true | true | true |
| Active Noise Cancellation | - | true | true | true | true | true |
| Open Closed Back | open | closed | closed | closed | closed | closed |
| Bluetooth Version | - | 5.2 | 5.2 | 5.1 | 5.3 | 5.1 |
| Battery Life Hours | - | 30 | 50 | 90 | 70 | 24 |
| Compare | Compare | Compare | Compare | Compare |
| Product | Anc | Mic | Build | Sound | Battery | Comfort | User Sentiment | Connectivity | Social Proof |
|---|---|---|---|---|---|---|---|---|---|
| Sennheiser HD 660S2 | 30.8 | 15.7 | 92.3 | 80.9 | 44.3 | 65.7 | 51.7 | 49.1 | 79 |
| Sony ULT WEAR WHULT900N/B Compare | 97.7 | 85.1 | 77.1 | 95.1 | 72.7 | 50.8 | 70.4 | 99 | 98.8 |
| Technics EAH-A800 EAH-A800 Compare | 92.5 | 98.3 | 77.1 | 96.9 | 83.8 | 50.8 | 19.9 | 93.1 | 98.8 |
| Audio-Technica ATH-S300BT ATH-S300BT Compare | 92.5 | 78.6 | 77.1 | 85.1 | 97.2 | 50.8 | 0 | 99.8 | 98.8 |
| JBL Tune 770NC Compare | 97.7 | 66.7 | 92.3 | 73.2 | 93.2 | 50.8 | 70.4 | 99.7 | 87.1 |
| Bose QuietComfort 884367-0100 Compare | 92.5 | 66.7 | 92.3 | 43.6 | 69.3 | 12.9 | 99.4 | 92.4 | 98.8 |
Common Questions
Q: Do I really need an amplifier for the HD 660S2?
Yes, with a 300Ω impedance, these headphones will sound thin and quiet without a proper DAC/amp. Pairing them with even a modest amp like the iFi Zen Can brings out the dynamics and bass they're known for.
Q: Are they good for gaming?
For immersive single-player games, the detailed sound is excellent, but the narrow soundstage and lack of a built-in mic make them a poor choice for competitive shooters or multiplayer. You'd need an external mic and an amp to get the best experience.
Q: How do they compare to the Sennheiser HD 600 or 650?
The HD 660S2 extends lower in the bass and has a slightly refined treble, but many users say the overall difference isn't massive. If you already own the older models, the upgrade might not feel worth it unless you crave deeper sub-bass.
Who Should Skip This
If you need headphones that can double as a gaming headset, handle phone calls, or block out airplane noise, skip these entirely. They're also a bad fit if you don't already own a decent headphone amp or aren't willing to buy one. And if you prize a huge, airy soundstage for classical or live recordings, the HD 660S2's narrower presentation might leave you disappointed. Look at the Beyerdynamic DT 1990 Pro or HiFiMan Sundara for wider staging in this price tier.
Verdict
These are for the audiophile who knows exactly what they're getting into: a high-impedance, open-back headphone that will sit on your desk tethered to an amp. If you're a musician, mixer, or just someone who loves picking apart a recording, the HD 660S2 delivers fantastic clarity and timbre. Casual listeners, gamers needing a headset, or anyone who wants ANC and portability should look elsewhere. They're a niche product that nails that niche.