#662C0F
A dark, vivid orange closely aligning with Saddlebrown.
About #662C0F
Visually, #662C0F is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 102 red, 44 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 57% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#662C0F
RGB102, 44, 15
HSL20.0°, 74.4%, 22.9%
CMYK0%, 57%, 85%, 60%
HSV20.0°, 85.3%, 40.0%
LAB25.7, 24.2, 29.9
XYZ6.5, 4.7, 1.0
Decimal6695951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.87:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.39:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662C0F;
}
.text-color {
color: #662C0F;
}
.border-color {
border: 2px solid #662C0F;
}