Shades of Hacienda #968215
Tints of Hacienda #968215
RGB
CMYK
RGB Variations
Color information
#968215 (or 0x968215) is known color: Hacienda. HEX triplet: 96, 82 and 15. RGB value is (150,130,21). Sum of RGB (Red+Green+Blue) = 150+130+21=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #968215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968215 is #697DEA. Grayscale: #7C7C7C. Windows color (decimal): -6913515 or 1409686. OLE color: 1409686.
HSL color Cylindrical-coordinate representation of color #968215: hue angle of 50.7º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #968215 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 21 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.41 |
| HSL | 50.7º | 0.75% | 0.34% | - |
| HSV(B) | 50.7º | 0.86% | 0.59% | - |
| XYZ | 20.7 | 22.5 | 3.96 | - |
| YUV | 123.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 21 | 0 | 0.13 | 0.86 | 0.41 | 50.7 | 0.75 | 0.34 |
| Hex | 96 | 82 | 15 | 0 | D | 56 | 29 | 33 | 4B | 22 |
| Octal | 226 | 202 | 25 | 0 | 15 | 126 | 51 | 63 | 113 | 42 |
| Binary | 10010110 | 10000010 | 10101 | 0 | 1101 | 1010110 | 101001 | 110011 | 1001011 | 100010 |
Color Harmonies of #968215
Complementary color
Monochromatic Colors of #968215
Black with #968215
Text Example
Text Example
White with #968215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968215; }
p { color: rgb(150,130,21); }
H1.HeaderClassName
{
color: #968215;
}
.AnyTagClassName
{
color: #968215;
}
</style>
background-color css
<style>
a { background-color: #968215; }
a { background-color: rgb(150,130,21); }
div.DivClassName
{
background-color: #968215;
}
.BgClassName
{
background-color: #968215;
}
</style>
border-color css
<style>
span { border-color: #968215; }
span { border-color: rgb(150,130,21); }
td.TdClassName
{
border-color: #968215;
}
.TagClassName
{
border-color: #968215;
}
</style>