Sennheiser HD 660S2

form factor over-ear
driver type dynamic
driver size mm 42
impedance ohms 300
wireless false
active noise cancellation false
open closed back open
Sennheiser HD 660S2 headphones
38 التقييم العام
متوفر أيضًا في:

حول هذا الـ 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":"B0BYTNMHG3"},"clientPrefix":"aplus-197881","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":"Z9FS7CEBWZY3QX2SCARC","sessionId":"143-0736404-8283661","customerId":"0","refMarkers":"aplus-197881_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0BYTNMHG3"},"mimeType":"video/mp4","reportUrl":"","nexusMetricsConfig":{"eventSource":"Player","isInternal":false,"playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9","widgetMetricsSchemaId":"vse.VSECardsEvents.9","producerId":"vsemetrics_playercards","refMarkers":"aplus-197881_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"hero-video","videoAsinList":"","pageAsin":"B0BYTNMHG3","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":"B0BYTNMHG3"},"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-197881-player-7c1b0639-d00b-4990-a726-d5ed71be63f4","allowCrossOrigin":false,"requestMetadata":{"clientId":"VSE-US","marketplaceId":"ATVPDKIKX0DER","requestId":"Z9FS7CEBWZY3QX2SCARC","sessionId":"143-0736404-8283661","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":"Z9FS7CEBWZY3QX2SCARC","sessionId":"143-0736404-8283661","customerId":"0","refMarkers":"aplus-197881_ref","sessionType":1,"placementContext":"AplusWidget","marketplaceId":"ATVPDKIKX0DER","weblabIds":"","isInternal":false,"isRobot":false,"clientId":"VSE-US","videoAsinList":"","pageAsin":"B0BYTNMHG3"},"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-197881_ref","placementContext":"AplusWidget","weblabIds":"","clientId":"VSE-US","videoAsin":"hero-video","videoAsinList":"","pageAsin":"B0BYTNMHG3","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-197881-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-197881:init', 'aplus-197881-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 717 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 6,066 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 3,570 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.7 out of 5 stars 3,148 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.6 out of 5 stars 3,063 .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 $334.24$334.24 $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() }); }));

  • Natural, relaxed, high-fidelity sound with extra sub bass: Ultra-light aluminum voice coil with 300-ohm impedance for excellent impulse response and an intimate sound with great timbre
  • Airflow-optimised 42mm high-performance transducers: Improved ventilation due to a uniquely powerful vented magnet system for minimal distortion and air displacement control through steel mesh damping
  • Double the sound pressure at the lowest octaves: You can feel the lowest note on the piano (27.5 Hz) or the kick of the bass drum (45-60 Hz) as if you were there, at the recording studio
  • Exceptional comfort and build quality: The open-back design offers exceptional breathability and the plush ear cushions deliver maximum comfort - for long listening sessions
  • Outstanding quality designed in Germany, made in Ireland: With a frequency response of 8 Hz - 41,500 Hz and detachable, long cables for comfortable desktop use

نظرة عامة

الأداء

نسب الأداء المئوية

Anc 30.8
Mic 15.7
Build 92.3
Sound 87.6
Battery 44.3
Comfort 65.7
User Sentiment 19.9
Connectivity 36.8
Social Proof 41.8

المزايا والعيوب

Pros

  • Strong build (92th percentile) 92th
  • Strong sound (88th percentile) 88th
  • Strong comfort (66th percentile) 66th

Cons

  • Below average mic (16th percentile) 16th
  • Below average user sentiment (20th percentile) 20th
  • Below average anc (31th percentile) 31th

المواصفات التقنية

المواصفات الكاملة

Design

Form Factor over-ear
Open/Closed open
Foldable No
Ear Cushion velour
Headband Metal

Audio

Driver Type dynamic
Driver Size 42
Freq Min 8
Freq Max 41500
Impedance 300
Hi-Res Audio Yes
Codecs Sennheiser HD 660S2 - Wired Audiophile Stereo Headphones with Deep Sub Bass, Optimized Surround, Transducer Airflow, Vented Magnet System and Voice Coil – Black (Renewed)
Surround Sennheiser HD 660S2 - Wired Audiophile Stereo Headphones with Deep Sub Bass, Optimized Surround, Transducer Airflow, Vented Magnet System and Voice Coil – Black (Renewed) | Sennheiser HD 660S2 - Wired

Noise Control

ANC No
Transparency No

Connectivity

Wireless No
Wired Connector 3.5mm
Detachable Cable Yes

Microphone

Microphone No

Features

Touch Controls No
Gaming Mode No

مقارنة بالمنافسين

Spec Sennheiser HD 660S2 Sony WH-1000XM6 WH-1000XM6 Bowers & Wilkins Px8 S2 Px8 S2 Bose QuietComfort Ultra QuietComfort Ultra Technics EAH-A800 EAH-A800 JBL Live 770NC
Form Factor over-ear over-ear over-ear over-ear over-ear over-ear
Driver Type dynamic dynamic dynamic Dynamic PEEK/Polyurethane 3-Layer Diaphragm Dynamic
Driver Size (mm) 42 30 40 - 40 40
Impedance Ohms 300 48 - 32 34 32
Wireless false true true true true true
Active Noise Cancellation false true true true true true
Open Closed Back open closed closed closed closed closed
Bluetooth Version - 5.3 5.3 5.3 5.2 5.3
Battery Life Hours - 30 30 24 50 65
Compare Compare Compare Compare Compare
Product AncMicBuildSoundBatteryComfortUser SentimentConnectivitySocial Proof
Sennheiser HD 660S2 30.815.792.387.644.365.719.936.841.8
Sony WH-1000XM6 WH-1000XM6 Compare 97.791.392.395.172.779.5099.893.6
Bowers & Wilkins Px8 S2 Px8 S2 Compare 97.799.495.999.472.750.887.697.598.8
Bose QuietComfort Ultra QuietComfort Ultra Compare 87.578.695.947.969.379.570.499.493.6
Technics EAH-A800 EAH-A800 Compare 92.598.377.196.983.850.819.993.198.8
JBL Live 770NC Compare 97.778.697.385.191.750.870.410098.8

تقييمات حسب الاستخدام

Work (25.5)Calls (13.9)Music (65)Overall (38.4)Budget (33.7)Gaming (43.3)Studio (78.7)Commute (23.8)

مراجعة كاملة قادمة قريبًا. المواصفات والتقييمات والأسعار والرسوم البيانية أعلاه محدَّثة دائمًا.

تكوينات أخرى2

منتجات مشابهة