#665F49
A dark, muted yellow closely aligning with Dimgray.
About #665F49
The precise color #665F49 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Dimgray. In the RGB color space, it consists of 102 red, 95 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 7% magenta, 28% yellow, and 60% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#665F49
RGB102, 95, 73
HSL45.5°, 16.6%, 34.3%
CMYK0%, 7%, 28%, 60%
HSV45.5°, 28.4%, 40.0%
LAB40.4, -1.1, 13.6
XYZ10.8, 11.5, 8.0
Decimal6709065
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.37:1
Text on #FFFFFF
AA
3.30:1
Text on #000000
AA Large
6.09:1
Text on #F8FAFC
AA
2.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #665F49;
}
.text-color {
color: #665F49;
}
.border-color {
border: 2px solid #665F49;
}