Shades of Hacienda #968212
Tints of Hacienda #968212
RGB
CMYK
RGB Variations
Color information
#968212 (or 0x968212) is known color: Hacienda. HEX triplet: 96, 82 and 12. RGB value is (150,130,18). Sum of RGB (Red+Green+Blue) = 150+130+18=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #968212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968212 is #697DED. Grayscale: #7B7B7B. Windows color (decimal): -6913518 or 1213078. OLE color: 1213078.
HSL color Cylindrical-coordinate representation of color #968212: hue angle of 50.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #968212 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 18 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.41 |
| HSL | 50.91º | 0.79% | 0.33% | - |
| HSV(B) | 50.91º | 0.88% | 0.59% | - |
| XYZ | 20.67 | 22.49 | 3.82 | - |
| YUV | 123.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 18 | 0 | 0.13 | 0.88 | 0.41 | 50.91 | 0.79 | 0.33 |
| Hex | 96 | 82 | 12 | 0 | D | 58 | 29 | 33 | 4F | 21 |
| Octal | 226 | 202 | 22 | 0 | 15 | 130 | 51 | 63 | 117 | 41 |
| Binary | 10010110 | 10000010 | 10010 | 0 | 1101 | 1011000 | 101001 | 110011 | 1001111 | 100001 |
Color Harmonies of #968212
Complementary color
Monochromatic Colors of #968212
Black with #968212
Text Example
Text Example
White with #968212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968212; }
p { color: rgb(150,130,18); }
H1.HeaderClassName
{
color: #968212;
}
.AnyTagClassName
{
color: #968212;
}
</style>
background-color css
<style>
a { background-color: #968212; }
a { background-color: rgb(150,130,18); }
div.DivClassName
{
background-color: #968212;
}
.BgClassName
{
background-color: #968212;
}
</style>
border-color css
<style>
span { border-color: #968212; }
span { border-color: rgb(150,130,18); }
td.TdClassName
{
border-color: #968212;
}
.TagClassName
{
border-color: #968212;
}
</style>