#6D5024
A dark, moderate orange closely aligning with Saddlebrown.
About #6D5024
Visually, #6D5024 is defined as a moderate orange. It is closely associated with the named CSS color Saddlebrown. In the RGB color space, it consists of 109 red, 80 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 27% M, 67% Y, and 57% K. The HSL representation is 36.2° hue, 50.3% saturation, and 28.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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D5024
RGB109, 80, 36
HSL36.2°, 50.3%, 28.4%
CMYK0%, 27%, 67%, 57%
HSV36.2°, 67.0%, 42.7%
LAB36.2, 7.0, 30.1
XYZ9.5, 9.1, 2.9
Decimal7163940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.44:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.11:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D5024;
}
.text-color {
color: #6D5024;
}
.border-color {
border: 2px solid #6D5024;
}