Shades of Hacienda #96860F
Tints of Hacienda #96860F
RGB
CMYK
RGB Variations
Color information
#96860F (or 0x96860F) is known color: Hacienda. HEX triplet: 96, 86 and 0F. RGB value is (150,134,15). Sum of RGB (Red+Green+Blue) = 150+134+15=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96860F is #6979F0. Grayscale: #7D7D7D. Windows color (decimal): -6912497 or 1017494. OLE color: 1017494.
HSL color Cylindrical-coordinate representation of color #96860F: hue angle of 52.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96860F is Cyan = 0, Magento = 0.11, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 15 | - |
| CMYK | 0 | 0.11 | 0.9 | 0.41 |
| HSL | 52.89º | 0.82% | 0.32% | - |
| HSV(B) | 52.89º | 0.9% | 0.59% | - |
| XYZ | 21.19 | 23.57 | 3.88 | - |
| YUV | 125.22 | 65.8 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 15 | 0 | 0.11 | 0.9 | 0.41 | 52.89 | 0.82 | 0.32 |
| Hex | 96 | 86 | F | 0 | B | 5A | 29 | 35 | 52 | 20 |
| Octal | 226 | 206 | 17 | 0 | 13 | 132 | 51 | 65 | 122 | 40 |
| Binary | 10010110 | 10000110 | 1111 | 0 | 1011 | 1011010 | 101001 | 110101 | 1010010 | 100000 |
Color Harmonies of #96860F
Complementary color
Monochromatic Colors of #96860F
Black with #96860F
Text Example
Text Example
White with #96860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96860F; }
p { color: rgb(150,134,15); }
H1.HeaderClassName
{
color: #96860F;
}
.AnyTagClassName
{
color: #96860F;
}
</style>
background-color css
<style>
a { background-color: #96860F; }
a { background-color: rgb(150,134,15); }
div.DivClassName
{
background-color: #96860F;
}
.BgClassName
{
background-color: #96860F;
}
</style>
border-color css
<style>
span { border-color: #96860F; }
span { border-color: rgb(150,134,15); }
td.TdClassName
{
border-color: #96860F;
}
.TagClassName
{
border-color: #96860F;
}
</style>