#6D420F
A dark, vivid orange closely aligning with Saddlebrown.
About #6D420F
Visually, #6D420F is defined as a vivid orange. It is closely associated with the named CSS color Saddlebrown. In the RGB color space, it consists of 109 red, 66 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 39% Magenta, 86% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D420F
RGB109, 66, 15
HSL32.6°, 75.8%, 24.3%
CMYK0%, 39%, 86%, 57%
HSV32.6°, 86.2%, 42.7%
LAB32.2, 14.4, 36.3
XYZ8.3, 7.2, 1.4
Decimal7160335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.62:1
Text on #FFFFFF
AAA
2.44:1
Text on #000000
FAIL
8.24:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D420F;
}
.text-color {
color: #6D420F;
}
.border-color {
border: 2px solid #6D420F;
}