Shades of Hacienda #96840C
Tints of Hacienda #96840C
RGB
CMYK
RGB Variations
Color information
#96840C (or 0x96840C) is known color: Hacienda. HEX triplet: 96, 84 and 0C. RGB value is (150,132,12). Sum of RGB (Red+Green+Blue) = 150+132+12=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96840C is #697BF3. Grayscale: #7C7C7C. Windows color (decimal): -6913012 or 820374. OLE color: 820374.
HSL color Cylindrical-coordinate representation of color #96840C: hue angle of 52.17º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96840C is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 12 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.41 |
| HSL | 52.17º | 0.85% | 0.32% | - |
| HSV(B) | 52.17º | 0.92% | 0.59% | - |
| XYZ | 20.9 | 23.01 | 3.69 | - |
| YUV | 123.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 12 | 0 | 0.12 | 0.92 | 0.41 | 52.17 | 0.85 | 0.32 |
| Hex | 96 | 84 | C | 0 | C | 5C | 29 | 34 | 55 | 20 |
| Octal | 226 | 204 | 14 | 0 | 14 | 134 | 51 | 64 | 125 | 40 |
| Binary | 10010110 | 10000100 | 1100 | 0 | 1100 | 1011100 | 101001 | 110100 | 1010101 | 100000 |
Color Harmonies of #96840C
Complementary color
Monochromatic Colors of #96840C
Black with #96840C
Text Example
Text Example
White with #96840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96840C; }
p { color: rgb(150,132,12); }
H1.HeaderClassName
{
color: #96840C;
}
.AnyTagClassName
{
color: #96840C;
}
</style>
background-color css
<style>
a { background-color: #96840C; }
a { background-color: rgb(150,132,12); }
div.DivClassName
{
background-color: #96840C;
}
.BgClassName
{
background-color: #96840C;
}
</style>
border-color css
<style>
span { border-color: #96840C; }
span { border-color: rgb(150,132,12); }
td.TdClassName
{
border-color: #96840C;
}
.TagClassName
{
border-color: #96840C;
}
</style>