Shades of Hacienda #968116
Tints of Hacienda #968116
RGB
CMYK
RGB Variations
Color information
#968116 (or 0x968116) is known color: Hacienda. HEX triplet: 96, 81 and 16. RGB value is (150,129,22). Sum of RGB (Red+Green+Blue) = 150+129+22=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #968116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968116 is #697EE9. Grayscale: #7B7B7B. Windows color (decimal): -6913770 or 1474966. OLE color: 1474966.
HSL color Cylindrical-coordinate representation of color #968116: hue angle of 50.16º 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 #968116 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 129 | 22 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.41 |
| HSL | 50.16º | 0.74% | 0.34% | - |
| HSV(B) | 50.16º | 0.85% | 0.59% | - |
| XYZ | 20.57 | 22.24 | 3.97 | - |
| YUV | 123.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 22 | 0 | 0.14 | 0.85 | 0.41 | 50.16 | 0.74 | 0.34 |
| Hex | 96 | 81 | 16 | 0 | E | 55 | 29 | 32 | 4A | 22 |
| Octal | 226 | 201 | 26 | 0 | 16 | 125 | 51 | 62 | 112 | 42 |
| Binary | 10010110 | 10000001 | 10110 | 0 | 1110 | 1010101 | 101001 | 110010 | 1001010 | 100010 |
Color Harmonies of #968116
Complementary color
Monochromatic Colors of #968116
Black with #968116
Text Example
Text Example
White with #968116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968116; }
p { color: rgb(150,129,22); }
H1.HeaderClassName
{
color: #968116;
}
.AnyTagClassName
{
color: #968116;
}
</style>
background-color css
<style>
a { background-color: #968116; }
a { background-color: rgb(150,129,22); }
div.DivClassName
{
background-color: #968116;
}
.BgClassName
{
background-color: #968116;
}
</style>
border-color css
<style>
span { border-color: #968116; }
span { border-color: rgb(150,129,22); }
td.TdClassName
{
border-color: #968116;
}
.TagClassName
{
border-color: #968116;
}
</style>