#6D4933
A dark, moderate orange closely aligning with Dimgray.
About #6D4933
At its core, #6D4933 is a dark and moderate hue. Its closest recognized web color is Dimgray. This translates to an RGB value of rgb(109, 73, 51).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 33% Magenta, 53% Yellow, and 57% Black. The HSL representation is 22.8° hue, 36.2% saturation, and 31.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#6D4933
RGB109, 73, 51
HSL22.8°, 36.2%, 31.4%
CMYK0%, 33%, 53%, 57%
HSV22.8°, 53.2%, 42.7%
LAB34.5, 12.6, 19.3
XYZ9.3, 8.3, 4.2
Decimal7162163
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.92:1
Text on #FFFFFF
AAA
2.65:1
Text on #000000
FAIL
7.57:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D4933;
}
.text-color {
color: #6D4933;
}
.border-color {
border: 2px solid #6D4933;
}