#8A6642
A medium, moderate orange closely aligning with Sienna.
About #8A6642
When working with digital screens, the color #8A6642 is rendered by mixing light. It is closely associated with the named CSS color Sienna. This translates to an RGB value of rgb(138, 102, 66).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 26% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8A6642
RGB138, 102, 66
HSL30.0°, 35.3%, 40.0%
CMYK0%, 26%, 52%, 46%
HSV30.0°, 52.2%, 54.1%
LAB46.0, 9.9, 25.9
XYZ16.2, 15.3, 7.3
Decimal9070146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.17:1
Text on #FFFFFF
AA
4.06:1
Text on #000000
AA Large
4.94:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A6642;
}
.text-color {
color: #8A6642;
}
.border-color {
border: 2px solid #8A6642;
}