Shades of Burnt Umber #9A2A06
Tints of Burnt Umber #9A2A06
RGB
CMYK
RGB Variations
Color information
#9A2A06 (or 0x9A2A06) is known color: Burnt Umber. HEX triplet: 9A, 2A and 06. RGB value is (154,42,6). Sum of RGB (Red+Green+Blue) = 154+42+6=202 (26% of max value = 765). Red value is 154 (60.55% from 255 or 76.24% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2A06 is #65D5F9. Grayscale: #474747. Windows color (decimal): -6673914 or 404122. OLE color: 404122.
HSL color Cylindrical-coordinate representation of color #9A2A06: hue angle of 14.59º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A2A06 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 6 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.40 |
| HSL | 14.59º | 0.93% | 0.31% | - |
| HSV(B) | 14.59º | 0.96% | 0.6% | - |
| XYZ | 14.19 | 8.54 | 1.07 | - |
| YUV | 71.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 6 | 0 | 0.73 | 0.96 | 0.40 | 14.59 | 0.93 | 0.31 |
| Hex | 9A | 2A | 6 | 0 | 49 | 60 | 28 | F | 5C | 1F |
| Octal | 232 | 52 | 6 | 0 | 111 | 140 | 50 | 17 | 134 | 37 |
| Binary | 10011010 | 101010 | 110 | 0 | 1001001 | 1100000 | 101000 | 1111 | 1011100 | 11111 |
Color Harmonies of #9A2A06
Complementary color
Monochromatic Colors of #9A2A06
Black with #9A2A06
Text Example
Text Example
White with #9A2A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A06; }
p { color: rgb(154,42,6); }
H1.HeaderClassName
{
color: #9A2A06;
}
.AnyTagClassName
{
color: #9A2A06;
}
</style>
background-color css
<style>
a { background-color: #9A2A06; }
a { background-color: rgb(154,42,6); }
div.DivClassName
{
background-color: #9A2A06;
}
.BgClassName
{
background-color: #9A2A06;
}
</style>
border-color css
<style>
span { border-color: #9A2A06; }
span { border-color: rgb(154,42,6); }
td.TdClassName
{
border-color: #9A2A06;
}
.TagClassName
{
border-color: #9A2A06;
}
</style>