Shades of Hacienda #96820B
Tints of Hacienda #96820B
RGB
CMYK
RGB Variations
Color information
#96820B (or 0x96820B) is known color: Hacienda. HEX triplet: 96, 82 and 0B. RGB value is (150,130,11). Sum of RGB (Red+Green+Blue) = 150+130+11=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96820B is #697DF4. Grayscale: #7A7A7A. Windows color (decimal): -6913525 or 754326. OLE color: 754326.
HSL color Cylindrical-coordinate representation of color #96820B: hue angle of 51.37º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96820B is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 11 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.41 |
| HSL | 51.37º | 0.86% | 0.32% | - |
| HSV(B) | 51.37º | 0.93% | 0.59% | - |
| XYZ | 20.62 | 22.47 | 3.57 | - |
| YUV | 122.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 11 | 0 | 0.13 | 0.93 | 0.41 | 51.37 | 0.86 | 0.32 |
| Hex | 96 | 82 | B | 0 | D | 5D | 29 | 33 | 56 | 20 |
| Octal | 226 | 202 | 13 | 0 | 15 | 135 | 51 | 63 | 126 | 40 |
| Binary | 10010110 | 10000010 | 1011 | 0 | 1101 | 1011101 | 101001 | 110011 | 1010110 | 100000 |
Color Harmonies of #96820B
Complementary color
Monochromatic Colors of #96820B
Black with #96820B
Text Example
Text Example
White with #96820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96820B; }
p { color: rgb(150,130,11); }
H1.HeaderClassName
{
color: #96820B;
}
.AnyTagClassName
{
color: #96820B;
}
</style>
background-color css
<style>
a { background-color: #96820B; }
a { background-color: rgb(150,130,11); }
div.DivClassName
{
background-color: #96820B;
}
.BgClassName
{
background-color: #96820B;
}
</style>
border-color css
<style>
span { border-color: #96820B; }
span { border-color: rgb(150,130,11); }
td.TdClassName
{
border-color: #96820B;
}
.TagClassName
{
border-color: #96820B;
}
</style>