#6D3A00
A dark, vivid orange closely aligning with Saddlebrown.
About #6D3A00
The precise color #6D3A00 is an excellent choice for modern design projects. Designers often compare it to the standard color Saddlebrown. This translates to an RGB value of rgb(109, 58, 0).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 47% magenta inks. With a hue angle of 31.9 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D3A00
RGB109, 58, 0
HSL31.9°, 100.0%, 21.4%
CMYK0%, 47%, 100%, 57%
HSV31.9°, 100.0%, 42.7%
LAB30.1, 18.8, 40.5
XYZ7.8, 6.3, 0.8
Decimal7158272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.31:1
Text on #FFFFFF
AAA
2.26:1
Text on #000000
FAIL
8.90:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D3A00;
}
.text-color {
color: #6D3A00;
}
.border-color {
border: 2px solid #6D3A00;
}