#6D6657
A dark, muted orange closely aligning with Dimgray.
About #6D6657
The precise color #6D6657 is an excellent choice for modern design projects. It is closely associated with the named CSS color Dimgray. Its digital footprint relies on 109 parts red, 102 parts green, and 87 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 6% magenta inks. The HSL representation is 40.9° hue, 11.2% saturation, and 38.4% lightness.
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#6D6657
RGB109, 102, 87
HSL40.9°, 11.2%, 38.4%
CMYK0%, 6%, 20%, 57%
HSV40.9°, 20.2%, 42.7%
LAB43.4, 0.0, 9.5
XYZ12.8, 13.4, 10.9
Decimal7169623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.69:1
Text on #FFFFFF
AA
3.69:1
Text on #000000
AA Large
5.44:1
Text on #F8FAFC
AA
3.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D6657;
}
.text-color {
color: #6D6657;
}
.border-color {
border: 2px solid #6D6657;
}