Shades of Hacienda #967816
Tints of Hacienda #967816
RGB
CMYK
RGB Variations
Color information
#967816 (or 0x967816) is known color: Hacienda. HEX triplet: 96, 78 and 16. RGB value is (150,120,22). Sum of RGB (Red+Green+Blue) = 150+120+22=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #967816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967816 is #6987E9. Grayscale: #767676. Windows color (decimal): -6916074 or 1472662. OLE color: 1472662.
HSL color Cylindrical-coordinate representation of color #967816: hue angle of 45.94º 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 #967816 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 22 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.41 |
| HSL | 45.94º | 0.74% | 0.34% | - |
| HSV(B) | 45.94º | 0.85% | 0.59% | - |
| XYZ | 19.44 | 19.97 | 3.59 | - |
| YUV | 117.8 | 73.94 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 22 | 0 | 0.20 | 0.85 | 0.41 | 45.94 | 0.74 | 0.34 |
| Hex | 96 | 78 | 16 | 0 | 14 | 55 | 29 | 2E | 4A | 22 |
| Octal | 226 | 170 | 26 | 0 | 24 | 125 | 51 | 56 | 112 | 42 |
| Binary | 10010110 | 1111000 | 10110 | 0 | 10100 | 1010101 | 101001 | 101110 | 1001010 | 100010 |
Color Harmonies of #967816
Complementary color
Monochromatic Colors of #967816
Black with #967816
Text Example
Text Example
White with #967816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967816; }
p { color: rgb(150,120,22); }
H1.HeaderClassName
{
color: #967816;
}
.AnyTagClassName
{
color: #967816;
}
</style>
background-color css
<style>
a { background-color: #967816; }
a { background-color: rgb(150,120,22); }
div.DivClassName
{
background-color: #967816;
}
.BgClassName
{
background-color: #967816;
}
</style>
border-color css
<style>
span { border-color: #967816; }
span { border-color: rgb(150,120,22); }
td.TdClassName
{
border-color: #967816;
}
.TagClassName
{
border-color: #967816;
}
</style>