#6D8375
A medium, muted neutral closely aligning with Gray.
About #6D8375
The hex code #6D8375 represents a beautifully specific shade of neutral. If you're using CSS, you might find it aligns closely with Gray. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 131, and 117.
For print applications, it's crucial to understand its CMYK makeup. The color uses 17% Cyan, 0% Magenta, 11% Yellow, and 49% Black. The HSL representation is 141.8° hue, 9.2% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D8375
RGB109, 131, 117
HSL141.8°, 9.2%, 47.1%
CMYK17%, 0%, 11%, 49%
HSV141.8°, 16.8%, 51.4%
LAB52.7, -10.9, 4.9
XYZ17.6, 20.8, 19.9
Decimal7177077
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.07:1
Text on #FFFFFF
AA Large
5.15:1
Text on #000000
AA
3.89:1
Text on #F8FAFC
AA Large
4.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D8375;
}
.text-color {
color: #6D8375;
}
.border-color {
border: 2px solid #6D8375;
}