#6D3A0F
A dark, vivid orange closely aligning with Saddlebrown.
About #6D3A0F
When working with digital screens, the color #6D3A0F is rendered by mixing light. It is closely associated with the named CSS color Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 58, and 15.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 47% Magenta, 86% Yellow, and 57% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D3A0F
RGB109, 58, 15
HSL27.4°, 75.8%, 24.3%
CMYK0%, 47%, 86%, 57%
HSV27.4°, 86.2%, 42.7%
LAB30.2, 19.2, 34.5
XYZ7.9, 6.3, 1.3
Decimal7158287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.28:1
Text on #FFFFFF
AAA
2.26:1
Text on #000000
FAIL
8.87:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D3A0F;
}
.text-color {
color: #6D3A0F;
}
.border-color {
border: 2px solid #6D3A0F;
}