Shades of Hacienda #96860D
Tints of Hacienda #96860D
RGB
CMYK
RGB Variations
Color information
#96860D (or 0x96860D) is known color: Hacienda. HEX triplet: 96, 86 and 0D. RGB value is (150,134,13). Sum of RGB (Red+Green+Blue) = 150+134+13=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96860D is #6979F2. Grayscale: #7D7D7D. Windows color (decimal): -6912499 or 886422. OLE color: 886422.
HSL color Cylindrical-coordinate representation of color #96860D: hue angle of 52.99º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96860D is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 13 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.41 |
| HSL | 52.99º | 0.84% | 0.32% | - |
| HSV(B) | 52.99º | 0.91% | 0.59% | - |
| XYZ | 21.18 | 23.56 | 3.81 | - |
| YUV | 124.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 13 | 0 | 0.11 | 0.91 | 0.41 | 52.99 | 0.84 | 0.32 |
| Hex | 96 | 86 | D | 0 | B | 5B | 29 | 35 | 54 | 20 |
| Octal | 226 | 206 | 15 | 0 | 13 | 133 | 51 | 65 | 124 | 40 |
| Binary | 10010110 | 10000110 | 1101 | 0 | 1011 | 1011011 | 101001 | 110101 | 1010100 | 100000 |
Color Harmonies of #96860D
Complementary color
Monochromatic Colors of #96860D
Black with #96860D
Text Example
Text Example
White with #96860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96860D; }
p { color: rgb(150,134,13); }
H1.HeaderClassName
{
color: #96860D;
}
.AnyTagClassName
{
color: #96860D;
}
</style>
background-color css
<style>
a { background-color: #96860D; }
a { background-color: rgb(150,134,13); }
div.DivClassName
{
background-color: #96860D;
}
.BgClassName
{
background-color: #96860D;
}
</style>
border-color css
<style>
span { border-color: #96860D; }
span { border-color: rgb(150,134,13); }
td.TdClassName
{
border-color: #96860D;
}
.TagClassName
{
border-color: #96860D;
}
</style>