Shades of Hacienda #958610
Tints of Hacienda #958610
RGB
CMYK
RGB Variations
Color information
#958610 (or 0x958610) is known color: Hacienda. HEX triplet: 95, 86 and 10. RGB value is (149,134,16). Sum of RGB (Red+Green+Blue) = 149+134+16=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #958610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958610 is #6A79EF. Grayscale: #7D7D7D. Windows color (decimal): -6978032 or 1083029. OLE color: 1083029.
HSL color Cylindrical-coordinate representation of color #958610: hue angle of 53.23º 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 #958610 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 134 | 16 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.42 |
| HSL | 53.23º | 0.81% | 0.32% | - |
| HSV(B) | 53.23º | 0.89% | 0.58% | - |
| XYZ | 21.01 | 23.48 | 3.91 | - |
| YUV | 125.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 16 | 0 | 0.10 | 0.89 | 0.42 | 53.23 | 0.81 | 0.32 |
| Hex | 95 | 86 | 10 | 0 | A | 59 | 2A | 35 | 51 | 20 |
| Octal | 225 | 206 | 20 | 0 | 12 | 131 | 52 | 65 | 121 | 40 |
| Binary | 10010101 | 10000110 | 10000 | 0 | 1010 | 1011001 | 101010 | 110101 | 1010001 | 100000 |
Color Harmonies of #958610
Complementary color
Monochromatic Colors of #958610
Black with #958610
Text Example
Text Example
White with #958610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958610; }
p { color: rgb(149,134,16); }
H1.HeaderClassName
{
color: #958610;
}
.AnyTagClassName
{
color: #958610;
}
</style>
background-color css
<style>
a { background-color: #958610; }
a { background-color: rgb(149,134,16); }
div.DivClassName
{
background-color: #958610;
}
.BgClassName
{
background-color: #958610;
}
</style>
border-color css
<style>
span { border-color: #958610; }
span { border-color: rgb(149,134,16); }
td.TdClassName
{
border-color: #958610;
}
.TagClassName
{
border-color: #958610;
}
</style>