Shades of Hacienda #968311
Tints of Hacienda #968311
RGB
CMYK
RGB Variations
Color information
#968311 (or 0x968311) is known color: Hacienda. HEX triplet: 96, 83 and 11. RGB value is (150,131,17). Sum of RGB (Red+Green+Blue) = 150+131+17=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 131 (51.56% from 255 or 43.96% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #968311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968311 is #697CEE. Grayscale: #7C7C7C. Windows color (decimal): -6913263 or 1147798. OLE color: 1147798.
HSL color Cylindrical-coordinate representation of color #968311: hue angle of 51.43º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #968311 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 17 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.41 |
| HSL | 51.43º | 0.8% | 0.33% | - |
| HSV(B) | 51.43º | 0.89% | 0.59% | - |
| XYZ | 20.8 | 22.76 | 3.83 | - |
| YUV | 123.69 | 67.79 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 17 | 0 | 0.13 | 0.89 | 0.41 | 51.43 | 0.8 | 0.33 |
| Hex | 96 | 83 | 11 | 0 | D | 59 | 29 | 33 | 50 | 21 |
| Octal | 226 | 203 | 21 | 0 | 15 | 131 | 51 | 63 | 120 | 41 |
| Binary | 10010110 | 10000011 | 10001 | 0 | 1101 | 1011001 | 101001 | 110011 | 1010000 | 100001 |
Color Harmonies of #968311
Complementary color
Monochromatic Colors of #968311
Black with #968311
Text Example
Text Example
White with #968311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968311; }
p { color: rgb(150,131,17); }
H1.HeaderClassName
{
color: #968311;
}
.AnyTagClassName
{
color: #968311;
}
</style>
background-color css
<style>
a { background-color: #968311; }
a { background-color: rgb(150,131,17); }
div.DivClassName
{
background-color: #968311;
}
.BgClassName
{
background-color: #968311;
}
</style>
border-color css
<style>
span { border-color: #968311; }
span { border-color: rgb(150,131,17); }
td.TdClassName
{
border-color: #968311;
}
.TagClassName
{
border-color: #968311;
}
</style>