Shades of Hacienda #96830C
Tints of Hacienda #96830C
RGB
CMYK
RGB Variations
Color information
#96830C (or 0x96830C) is known color: Hacienda. HEX triplet: 96, 83 and 0C. RGB value is (150,131,12). Sum of RGB (Red+Green+Blue) = 150+131+12=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96830C is #697CF3. Grayscale: #7B7B7B. Windows color (decimal): -6913268 or 820118. OLE color: 820118.
HSL color Cylindrical-coordinate representation of color #96830C: hue angle of 51.74º 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 #96830C is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 12 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.41 |
| HSL | 51.74º | 0.85% | 0.32% | - |
| HSV(B) | 51.74º | 0.92% | 0.59% | - |
| XYZ | 20.76 | 22.74 | 3.64 | - |
| YUV | 123.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 12 | 0 | 0.13 | 0.92 | 0.41 | 51.74 | 0.85 | 0.32 |
| Hex | 96 | 83 | C | 0 | D | 5C | 29 | 34 | 55 | 20 |
| Octal | 226 | 203 | 14 | 0 | 15 | 134 | 51 | 64 | 125 | 40 |
| Binary | 10010110 | 10000011 | 1100 | 0 | 1101 | 1011100 | 101001 | 110100 | 1010101 | 100000 |
Color Harmonies of #96830C
Complementary color
Monochromatic Colors of #96830C
Black with #96830C
Text Example
Text Example
White with #96830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96830C; }
p { color: rgb(150,131,12); }
H1.HeaderClassName
{
color: #96830C;
}
.AnyTagClassName
{
color: #96830C;
}
</style>
background-color css
<style>
a { background-color: #96830C; }
a { background-color: rgb(150,131,12); }
div.DivClassName
{
background-color: #96830C;
}
.BgClassName
{
background-color: #96830C;
}
</style>
border-color css
<style>
span { border-color: #96830C; }
span { border-color: rgb(150,131,12); }
td.TdClassName
{
border-color: #96830C;
}
.TagClassName
{
border-color: #96830C;
}
</style>