Shades of Hacienda #96820F
Tints of Hacienda #96820F
RGB
CMYK
RGB Variations
Color information
#96820F (or 0x96820F) is known color: Hacienda. HEX triplet: 96, 82 and 0F. RGB value is (150,130,15). Sum of RGB (Red+Green+Blue) = 150+130+15=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96820F is #697DF0. Grayscale: #7B7B7B. Windows color (decimal): -6913521 or 1016470. OLE color: 1016470.
HSL color Cylindrical-coordinate representation of color #96820F: hue angle of 51.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96820F is Cyan = 0, Magento = 0.13, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 15 | - |
| CMYK | 0 | 0.13 | 0.9 | 0.41 |
| HSL | 51.11º | 0.82% | 0.32% | - |
| HSV(B) | 51.11º | 0.9% | 0.59% | - |
| XYZ | 20.65 | 22.48 | 3.7 | - |
| YUV | 122.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 15 | 0 | 0.13 | 0.9 | 0.41 | 51.11 | 0.82 | 0.32 |
| Hex | 96 | 82 | F | 0 | D | 5A | 29 | 33 | 52 | 20 |
| Octal | 226 | 202 | 17 | 0 | 15 | 132 | 51 | 63 | 122 | 40 |
| Binary | 10010110 | 10000010 | 1111 | 0 | 1101 | 1011010 | 101001 | 110011 | 1010010 | 100000 |
Color Harmonies of #96820F
Complementary color
Monochromatic Colors of #96820F
Black with #96820F
Text Example
Text Example
White with #96820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96820F; }
p { color: rgb(150,130,15); }
H1.HeaderClassName
{
color: #96820F;
}
.AnyTagClassName
{
color: #96820F;
}
</style>
background-color css
<style>
a { background-color: #96820F; }
a { background-color: rgb(150,130,15); }
div.DivClassName
{
background-color: #96820F;
}
.BgClassName
{
background-color: #96820F;
}
</style>
border-color css
<style>
span { border-color: #96820F; }
span { border-color: rgb(150,130,15); }
td.TdClassName
{
border-color: #96820F;
}
.TagClassName
{
border-color: #96820F;
}
</style>