Shades of Burnt Umber #9C2806
Tints of Burnt Umber #9C2806
RGB
CMYK
RGB Variations
Color information
#9C2806 (or 0x9C2806) is known color: Burnt Umber. HEX triplet: 9C, 28 and 06. RGB value is (156,40,6). Sum of RGB (Red+Green+Blue) = 156+40+6=202 (26% of max value = 765). Red value is 156 (61.33% from 255 or 77.23% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2806 is #63D7F9. Grayscale: #474747. Windows color (decimal): -6543354 or 403612. OLE color: 403612.
HSL color Cylindrical-coordinate representation of color #9C2806: hue angle of 13.6º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C2806 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 40 | 6 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.39 |
| HSL | 13.6º | 0.93% | 0.32% | - |
| HSV(B) | 13.6º | 0.96% | 0.61% | - |
| XYZ | 14.5 | 8.6 | 1.07 | - |
| YUV | 70.81 | 91.43 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 6 | 0 | 0.74 | 0.96 | 0.39 | 13.6 | 0.93 | 0.32 |
| Hex | 9C | 28 | 6 | 0 | 4A | 60 | 27 | E | 5D | 20 |
| Octal | 234 | 50 | 6 | 0 | 112 | 140 | 47 | 16 | 135 | 40 |
| Binary | 10011100 | 101000 | 110 | 0 | 1001010 | 1100000 | 100111 | 1110 | 1011101 | 100000 |
Color Harmonies of #9C2806
Complementary color
Monochromatic Colors of #9C2806
Black with #9C2806
Text Example
Text Example
White with #9C2806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2806; }
p { color: rgb(156,40,6); }
H1.HeaderClassName
{
color: #9C2806;
}
.AnyTagClassName
{
color: #9C2806;
}
</style>
background-color css
<style>
a { background-color: #9C2806; }
a { background-color: rgb(156,40,6); }
div.DivClassName
{
background-color: #9C2806;
}
.BgClassName
{
background-color: #9C2806;
}
</style>
border-color css
<style>
span { border-color: #9C2806; }
span { border-color: rgb(156,40,6); }
td.TdClassName
{
border-color: #9C2806;
}
.TagClassName
{
border-color: #9C2806;
}
</style>