Shades of Hacienda #96860C
Tints of Hacienda #96860C
RGB
CMYK
RGB Variations
Color information
#96860C (or 0x96860C) is known color: Hacienda. HEX triplet: 96, 86 and 0C. RGB value is (150,134,12). Sum of RGB (Red+Green+Blue) = 150+134+12=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96860C is #6979F3. Grayscale: #7D7D7D. Windows color (decimal): -6912500 or 820886. OLE color: 820886.
HSL color Cylindrical-coordinate representation of color #96860C: hue angle of 53.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96860C is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 12 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.41 |
| HSL | 53.04º | 0.85% | 0.32% | - |
| HSV(B) | 53.04º | 0.92% | 0.59% | - |
| XYZ | 21.17 | 23.56 | 3.78 | - |
| YUV | 124.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 12 | 0 | 0.11 | 0.92 | 0.41 | 53.04 | 0.85 | 0.32 |
| Hex | 96 | 86 | C | 0 | B | 5C | 29 | 35 | 55 | 20 |
| Octal | 226 | 206 | 14 | 0 | 13 | 134 | 51 | 65 | 125 | 40 |
| Binary | 10010110 | 10000110 | 1100 | 0 | 1011 | 1011100 | 101001 | 110101 | 1010101 | 100000 |
Color Harmonies of #96860C
Complementary color
Monochromatic Colors of #96860C
Black with #96860C
Text Example
Text Example
White with #96860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96860C; }
p { color: rgb(150,134,12); }
H1.HeaderClassName
{
color: #96860C;
}
.AnyTagClassName
{
color: #96860C;
}
</style>
background-color css
<style>
a { background-color: #96860C; }
a { background-color: rgb(150,134,12); }
div.DivClassName
{
background-color: #96860C;
}
.BgClassName
{
background-color: #96860C;
}
</style>
border-color css
<style>
span { border-color: #96860C; }
span { border-color: rgb(150,134,12); }
td.TdClassName
{
border-color: #96860C;
}
.TagClassName
{
border-color: #96860C;
}
</style>