Shades of Burnt Umber #963416
Tints of Burnt Umber #963416
RGB
CMYK
RGB Variations
Color information
#963416 (or 0x963416) is known color: Burnt Umber. HEX triplet: 96, 34 and 16. RGB value is (150,52,22). Sum of RGB (Red+Green+Blue) = 150+52+22=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #963416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963416 is #69CBE9. Grayscale: #4E4E4E. Windows color (decimal): -6933482 or 1455254. OLE color: 1455254.
HSL color Cylindrical-coordinate representation of color #963416: hue angle of 14.06º 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 #963416 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 22 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.41 |
| HSL | 14.06º | 0.74% | 0.34% | - |
| HSV(B) | 14.06º | 0.85% | 0.59% | - |
| XYZ | 13.95 | 9 | 1.76 | - |
| YUV | 77.88 | 96.47 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 22 | 0 | 0.65 | 0.85 | 0.41 | 14.06 | 0.74 | 0.34 |
| Hex | 96 | 34 | 16 | 0 | 41 | 55 | 29 | E | 4A | 22 |
| Octal | 226 | 64 | 26 | 0 | 101 | 125 | 51 | 16 | 112 | 42 |
| Binary | 10010110 | 110100 | 10110 | 0 | 1000001 | 1010101 | 101001 | 1110 | 1001010 | 100010 |
Color Harmonies of #963416
Complementary color
Monochromatic Colors of #963416
Black with #963416
Text Example
Text Example
White with #963416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963416; }
p { color: rgb(150,52,22); }
H1.HeaderClassName
{
color: #963416;
}
.AnyTagClassName
{
color: #963416;
}
</style>
background-color css
<style>
a { background-color: #963416; }
a { background-color: rgb(150,52,22); }
div.DivClassName
{
background-color: #963416;
}
.BgClassName
{
background-color: #963416;
}
</style>
border-color css
<style>
span { border-color: #963416; }
span { border-color: rgb(150,52,22); }
td.TdClassName
{
border-color: #963416;
}
.TagClassName
{
border-color: #963416;
}
</style>