Shades of Hacienda #968315
Tints of Hacienda #968315
RGB
CMYK
RGB Variations
Color information
#968315 (or 0x968315) is known color: Hacienda. HEX triplet: 96, 83 and 15. RGB value is (150,131,21). Sum of RGB (Red+Green+Blue) = 150+131+21=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #968315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968315 is #697CEA. Grayscale: #7C7C7C. Windows color (decimal): -6913259 or 1409942. OLE color: 1409942.
HSL color Cylindrical-coordinate representation of color #968315: hue angle of 51.16º 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 #968315 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 21 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.41 |
| HSL | 51.16º | 0.75% | 0.34% | - |
| HSV(B) | 51.16º | 0.86% | 0.59% | - |
| XYZ | 20.83 | 22.77 | 4.01 | - |
| YUV | 124.14 | 69.79 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 21 | 0 | 0.13 | 0.86 | 0.41 | 51.16 | 0.75 | 0.34 |
| Hex | 96 | 83 | 15 | 0 | D | 56 | 29 | 33 | 4B | 22 |
| Octal | 226 | 203 | 25 | 0 | 15 | 126 | 51 | 63 | 113 | 42 |
| Binary | 10010110 | 10000011 | 10101 | 0 | 1101 | 1010110 | 101001 | 110011 | 1001011 | 100010 |
Color Harmonies of #968315
Complementary color
Monochromatic Colors of #968315
Black with #968315
Text Example
Text Example
White with #968315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968315; }
p { color: rgb(150,131,21); }
H1.HeaderClassName
{
color: #968315;
}
.AnyTagClassName
{
color: #968315;
}
</style>
background-color css
<style>
a { background-color: #968315; }
a { background-color: rgb(150,131,21); }
div.DivClassName
{
background-color: #968315;
}
.BgClassName
{
background-color: #968315;
}
</style>
border-color css
<style>
span { border-color: #968315; }
span { border-color: rgb(150,131,21); }
td.TdClassName
{
border-color: #968315;
}
.TagClassName
{
border-color: #968315;
}
</style>