#6D490F
A dark, vivid orange closely aligning with Saddlebrown.
About #6D490F
Visually, #6D490F is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Saddlebrown. This translates to an RGB value of rgb(109, 73, 15).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 33% Magenta, 86% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D490F
RGB109, 73, 15
HSL37.0°, 75.8%, 24.3%
CMYK0%, 33%, 86%, 57%
HSV37.0°, 86.2%, 42.7%
LAB34.1, 10.1, 38.0
XYZ8.8, 8.1, 1.5
Decimal7162127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.05:1
Text on #FFFFFF
AAA
2.61:1
Text on #000000
FAIL
7.69:1
Text on #F8FAFC
AAA
2.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D490F;
}
.text-color {
color: #6D490F;
}
.border-color {
border: 2px solid #6D490F;
}