Shades of Hacienda #968510
Tints of Hacienda #968510
RGB
CMYK
RGB Variations
Color information
#968510 (or 0x968510) is known color: Hacienda. HEX triplet: 96, 85 and 10. RGB value is (150,133,16). Sum of RGB (Red+Green+Blue) = 150+133+16=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #968510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968510 is #697AEF. Grayscale: #7D7D7D. Windows color (decimal): -6912752 or 1082774. OLE color: 1082774.
HSL color Cylindrical-coordinate representation of color #968510: hue angle of 52.39º degrees, saturation: 0.81, 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 #968510 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 16 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.41 |
| HSL | 52.39º | 0.81% | 0.33% | - |
| HSV(B) | 52.39º | 0.89% | 0.59% | - |
| XYZ | 21.06 | 23.3 | 3.88 | - |
| YUV | 124.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 16 | 0 | 0.11 | 0.89 | 0.41 | 52.39 | 0.81 | 0.33 |
| Hex | 96 | 85 | 10 | 0 | B | 59 | 29 | 34 | 51 | 21 |
| Octal | 226 | 205 | 20 | 0 | 13 | 131 | 51 | 64 | 121 | 41 |
| Binary | 10010110 | 10000101 | 10000 | 0 | 1011 | 1011001 | 101001 | 110100 | 1010001 | 100001 |
Color Harmonies of #968510
Complementary color
Monochromatic Colors of #968510
Black with #968510
Text Example
Text Example
White with #968510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968510; }
p { color: rgb(150,133,16); }
H1.HeaderClassName
{
color: #968510;
}
.AnyTagClassName
{
color: #968510;
}
</style>
background-color css
<style>
a { background-color: #968510; }
a { background-color: rgb(150,133,16); }
div.DivClassName
{
background-color: #968510;
}
.BgClassName
{
background-color: #968510;
}
</style>
border-color css
<style>
span { border-color: #968510; }
span { border-color: rgb(150,133,16); }
td.TdClassName
{
border-color: #968510;
}
.TagClassName
{
border-color: #968510;
}
</style>