Shades of Burnt Umber #963619
Tints of Burnt Umber #963619
RGB
CMYK
RGB Variations
Color information
#963619 (or 0x963619) is known color: Burnt Umber. HEX triplet: 96, 36 and 19. RGB value is (150,54,25). Sum of RGB (Red+Green+Blue) = 150+54+25=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #963619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963619 is #69C9E6. Grayscale: #4F4F4F. Windows color (decimal): -6932967 or 1652374. OLE color: 1652374.
HSL color Cylindrical-coordinate representation of color #963619: hue angle of 13.92º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #963619 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 54 | 25 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.41 |
| HSL | 13.92º | 0.71% | 0.34% | - |
| HSV(B) | 13.92º | 0.83% | 0.59% | - |
| XYZ | 14.07 | 9.19 | 1.95 | - |
| YUV | 79.4 | 97.3 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 54 | 25 | 0 | 0.64 | 0.83 | 0.41 | 13.92 | 0.71 | 0.34 |
| Hex | 96 | 36 | 19 | 0 | 40 | 53 | 29 | E | 47 | 22 |
| Octal | 226 | 66 | 31 | 0 | 100 | 123 | 51 | 16 | 107 | 42 |
| Binary | 10010110 | 110110 | 11001 | 0 | 1000000 | 1010011 | 101001 | 1110 | 1000111 | 100010 |
Color Harmonies of #963619
Complementary color
Monochromatic Colors of #963619
Black with #963619
Text Example
Text Example
White with #963619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963619; }
p { color: rgb(150,54,25); }
H1.HeaderClassName
{
color: #963619;
}
.AnyTagClassName
{
color: #963619;
}
</style>
background-color css
<style>
a { background-color: #963619; }
a { background-color: rgb(150,54,25); }
div.DivClassName
{
background-color: #963619;
}
.BgClassName
{
background-color: #963619;
}
</style>
border-color css
<style>
span { border-color: #963619; }
span { border-color: rgb(150,54,25); }
td.TdClassName
{
border-color: #963619;
}
.TagClassName
{
border-color: #963619;
}
</style>