Shades of Hacienda #96820C
Tints of Hacienda #96820C
RGB
CMYK
RGB Variations
Color information
#96820C (or 0x96820C) is known color: Hacienda. HEX triplet: 96, 82 and 0C. RGB value is (150,130,12). Sum of RGB (Red+Green+Blue) = 150+130+12=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96820C is #697DF3. Grayscale: #7B7B7B. Windows color (decimal): -6913524 or 819862. OLE color: 819862.
HSL color Cylindrical-coordinate representation of color #96820C: hue angle of 51.3º 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 #96820C is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 12 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.41 |
| HSL | 51.3º | 0.85% | 0.32% | - |
| HSV(B) | 51.3º | 0.92% | 0.59% | - |
| XYZ | 20.63 | 22.48 | 3.6 | - |
| YUV | 122.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 12 | 0 | 0.13 | 0.92 | 0.41 | 51.3 | 0.85 | 0.32 |
| Hex | 96 | 82 | C | 0 | D | 5C | 29 | 33 | 55 | 20 |
| Octal | 226 | 202 | 14 | 0 | 15 | 134 | 51 | 63 | 125 | 40 |
| Binary | 10010110 | 10000010 | 1100 | 0 | 1101 | 1011100 | 101001 | 110011 | 1010101 | 100000 |
Color Harmonies of #96820C
Complementary color
Monochromatic Colors of #96820C
Black with #96820C
Text Example
Text Example
White with #96820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96820C; }
p { color: rgb(150,130,12); }
H1.HeaderClassName
{
color: #96820C;
}
.AnyTagClassName
{
color: #96820C;
}
</style>
background-color css
<style>
a { background-color: #96820C; }
a { background-color: rgb(150,130,12); }
div.DivClassName
{
background-color: #96820C;
}
.BgClassName
{
background-color: #96820C;
}
</style>
border-color css
<style>
span { border-color: #96820C; }
span { border-color: rgb(150,130,12); }
td.TdClassName
{
border-color: #96820C;
}
.TagClassName
{
border-color: #96820C;
}
</style>