Shades of Burnt Umber #963116
Tints of Burnt Umber #963116
RGB
CMYK
RGB Variations
Color information
#963116 (or 0x963116) is known color: Burnt Umber. HEX triplet: 96, 31 and 16. RGB value is (150,49,22). Sum of RGB (Red+Green+Blue) = 150+49+22=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #963116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963116 is #69CEE9. Grayscale: #4C4C4C. Windows color (decimal): -6934250 or 1454486. OLE color: 1454486.
HSL color Cylindrical-coordinate representation of color #963116: hue angle of 12.66º 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 #963116 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 22 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.41 |
| HSL | 12.66º | 0.74% | 0.34% | - |
| HSV(B) | 12.66º | 0.85% | 0.59% | - |
| XYZ | 13.82 | 8.74 | 1.72 | - |
| YUV | 76.12 | 97.46 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 22 | 0 | 0.67 | 0.85 | 0.41 | 12.66 | 0.74 | 0.34 |
| Hex | 96 | 31 | 16 | 0 | 43 | 55 | 29 | D | 4A | 22 |
| Octal | 226 | 61 | 26 | 0 | 103 | 125 | 51 | 15 | 112 | 42 |
| Binary | 10010110 | 110001 | 10110 | 0 | 1000011 | 1010101 | 101001 | 1101 | 1001010 | 100010 |
Color Harmonies of #963116
Complementary color
Monochromatic Colors of #963116
Black with #963116
Text Example
Text Example
White with #963116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963116; }
p { color: rgb(150,49,22); }
H1.HeaderClassName
{
color: #963116;
}
.AnyTagClassName
{
color: #963116;
}
</style>
background-color css
<style>
a { background-color: #963116; }
a { background-color: rgb(150,49,22); }
div.DivClassName
{
background-color: #963116;
}
.BgClassName
{
background-color: #963116;
}
</style>
border-color css
<style>
span { border-color: #963116; }
span { border-color: rgb(150,49,22); }
td.TdClassName
{
border-color: #963116;
}
.TagClassName
{
border-color: #963116;
}
</style>