#6D4224
A dark, moderate orange closely aligning with Saddlebrown.
About #6D4224
The precise color #6D4224 is an excellent choice for modern design projects. Its closest recognized web color is Saddlebrown. In the RGB color space, it consists of 109 red, 66 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 39% magenta, 67% yellow, and 57% black. With a hue angle of 24.7 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D4224
RGB109, 66, 36
HSL24.7°, 50.3%, 28.4%
CMYK0%, 39%, 67%, 57%
HSV24.7°, 67.0%, 42.7%
LAB32.4, 15.5, 25.7
XYZ8.6, 7.3, 2.6
Decimal7160356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.55:1
Text on #FFFFFF
AAA
2.46:1
Text on #000000
FAIL
8.18:1
Text on #F8FAFC
AAA
2.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D4224;
}
.text-color {
color: #6D4224;
}
.border-color {
border: 2px solid #6D4224;
}