Shades of Burnt Umber #963316
Tints of Burnt Umber #963316
RGB
CMYK
RGB Variations
Color information
#963316 (or 0x963316) is known color: Burnt Umber. HEX triplet: 96, 33 and 16. RGB value is (150,51,22). Sum of RGB (Red+Green+Blue) = 150+51+22=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #963316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963316 is #69CCE9. Grayscale: #4D4D4D. Windows color (decimal): -6933738 or 1454998. OLE color: 1454998.
HSL color Cylindrical-coordinate representation of color #963316: hue angle of 13.59º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #963316 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 22 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.41 |
| HSL | 13.59º | 0.74% | 0.34% | - |
| HSV(B) | 13.59º | 0.85% | 0.59% | - |
| XYZ | 13.91 | 8.91 | 1.75 | - |
| YUV | 77.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 22 | 0 | 0.66 | 0.85 | 0.41 | 13.59 | 0.74 | 0.34 |
| Hex | 96 | 33 | 16 | 0 | 42 | 55 | 29 | E | 4A | 22 |
| Octal | 226 | 63 | 26 | 0 | 102 | 125 | 51 | 16 | 112 | 42 |
| Binary | 10010110 | 110011 | 10110 | 0 | 1000010 | 1010101 | 101001 | 1110 | 1001010 | 100010 |
Color Harmonies of #963316
Complementary color
Monochromatic Colors of #963316
Black with #963316
Text Example
Text Example
White with #963316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963316; }
p { color: rgb(150,51,22); }
H1.HeaderClassName
{
color: #963316;
}
.AnyTagClassName
{
color: #963316;
}
</style>
background-color css
<style>
a { background-color: #963316; }
a { background-color: rgb(150,51,22); }
div.DivClassName
{
background-color: #963316;
}
.BgClassName
{
background-color: #963316;
}
</style>
border-color css
<style>
span { border-color: #963316; }
span { border-color: rgb(150,51,22); }
td.TdClassName
{
border-color: #963316;
}
.TagClassName
{
border-color: #963316;
}
</style>