Shades of Hacienda #968412
Tints of Hacienda #968412
RGB
CMYK
RGB Variations
Color information
#968412 (or 0x968412) is known color: Hacienda. HEX triplet: 96, 84 and 12. RGB value is (150,132,18). Sum of RGB (Red+Green+Blue) = 150+132+18=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #968412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968412 is #697BED. Grayscale: #7C7C7C. Windows color (decimal): -6913006 or 1213590. OLE color: 1213590.
HSL color Cylindrical-coordinate representation of color #968412: hue angle of 51.82º 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 #968412 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 18 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.41 |
| HSL | 51.82º | 0.79% | 0.33% | - |
| HSV(B) | 51.82º | 0.88% | 0.59% | - |
| XYZ | 20.94 | 23.03 | 3.91 | - |
| YUV | 124.39 | 67.96 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 18 | 0 | 0.12 | 0.88 | 0.41 | 51.82 | 0.79 | 0.33 |
| Hex | 96 | 84 | 12 | 0 | C | 58 | 29 | 34 | 4F | 21 |
| Octal | 226 | 204 | 22 | 0 | 14 | 130 | 51 | 64 | 117 | 41 |
| Binary | 10010110 | 10000100 | 10010 | 0 | 1100 | 1011000 | 101001 | 110100 | 1001111 | 100001 |
Color Harmonies of #968412
Complementary color
Monochromatic Colors of #968412
Black with #968412
Text Example
Text Example
White with #968412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968412; }
p { color: rgb(150,132,18); }
H1.HeaderClassName
{
color: #968412;
}
.AnyTagClassName
{
color: #968412;
}
</style>
background-color css
<style>
a { background-color: #968412; }
a { background-color: rgb(150,132,18); }
div.DivClassName
{
background-color: #968412;
}
.BgClassName
{
background-color: #968412;
}
</style>
border-color css
<style>
span { border-color: #968412; }
span { border-color: rgb(150,132,18); }
td.TdClassName
{
border-color: #968412;
}
.TagClassName
{
border-color: #968412;
}
</style>