Shades of Hacienda #958110
Tints of Hacienda #958110
RGB
CMYK
RGB Variations
Color information
#958110 (or 0x958110) is known color: Hacienda. HEX triplet: 95, 81 and 10. RGB value is (149,129,16). Sum of RGB (Red+Green+Blue) = 149+129+16=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #958110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958110 is #6A7EEF. Grayscale: #7A7A7A. Windows color (decimal): -6979312 or 1081749. OLE color: 1081749.
HSL color Cylindrical-coordinate representation of color #958110: hue angle of 50.98º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #958110 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 16 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.42 |
| HSL | 50.98º | 0.81% | 0.32% | - |
| HSV(B) | 50.98º | 0.89% | 0.58% | - |
| XYZ | 20.34 | 22.13 | 3.69 | - |
| YUV | 122.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 16 | 0 | 0.13 | 0.89 | 0.42 | 50.98 | 0.81 | 0.32 |
| Hex | 95 | 81 | 10 | 0 | D | 59 | 2A | 33 | 51 | 20 |
| Octal | 225 | 201 | 20 | 0 | 15 | 131 | 52 | 63 | 121 | 40 |
| Binary | 10010101 | 10000001 | 10000 | 0 | 1101 | 1011001 | 101010 | 110011 | 1010001 | 100000 |
Color Harmonies of #958110
Complementary color
Monochromatic Colors of #958110
Black with #958110
Text Example
Text Example
White with #958110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958110; }
p { color: rgb(149,129,16); }
H1.HeaderClassName
{
color: #958110;
}
.AnyTagClassName
{
color: #958110;
}
</style>
background-color css
<style>
a { background-color: #958110; }
a { background-color: rgb(149,129,16); }
div.DivClassName
{
background-color: #958110;
}
.BgClassName
{
background-color: #958110;
}
</style>
border-color css
<style>
span { border-color: #958110; }
span { border-color: rgb(149,129,16); }
td.TdClassName
{
border-color: #958110;
}
.TagClassName
{
border-color: #958110;
}
</style>