Shades of Burnt Umber #992806
Tints of Burnt Umber #992806
RGB
CMYK
RGB Variations
Color information
#992806 (or 0x992806) is known color: Burnt Umber. HEX triplet: 99, 28 and 06. RGB value is (153,40,6). Sum of RGB (Red+Green+Blue) = 153+40+6=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #992806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #992806 is #66D7F9. Grayscale: #464646. Windows color (decimal): -6739962 or 403609. OLE color: 403609.
HSL color Cylindrical-coordinate representation of color #992806: hue angle of 13.88º degrees, saturation: 0.92, 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 #992806 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 6 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.4 |
| HSL | 13.88º | 0.92% | 0.31% | - |
| HSV(B) | 13.88º | 0.96% | 0.6% | - |
| XYZ | 13.93 | 8.3 | 1.04 | - |
| YUV | 69.91 | 91.94 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 6 | 0 | 0.74 | 0.96 | 0.4 | 13.88 | 0.92 | 0.31 |
| Hex | 99 | 28 | 6 | 0 | 4A | 60 | 28 | E | 5C | 1F |
| Octal | 231 | 50 | 6 | 0 | 112 | 140 | 50 | 16 | 134 | 37 |
| Binary | 10011001 | 101000 | 110 | 0 | 1001010 | 1100000 | 101000 | 1110 | 1011100 | 11111 |
Color Harmonies of #992806
Complementary color
Monochromatic Colors of #992806
Black with #992806
Text Example
Text Example
White with #992806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992806; }
p { color: rgb(153,40,6); }
H1.HeaderClassName
{
color: #992806;
}
.AnyTagClassName
{
color: #992806;
}
</style>
background-color css
<style>
a { background-color: #992806; }
a { background-color: rgb(153,40,6); }
div.DivClassName
{
background-color: #992806;
}
.BgClassName
{
background-color: #992806;
}
</style>
border-color css
<style>
span { border-color: #992806; }
span { border-color: rgb(153,40,6); }
td.TdClassName
{
border-color: #992806;
}
.TagClassName
{
border-color: #992806;
}
</style>