Shades of Hacienda #958016
Tints of Hacienda #958016
RGB
CMYK
RGB Variations
Color information
#958016 (or 0x958016) is known color: Hacienda. HEX triplet: 95, 80 and 16. RGB value is (149,128,22). Sum of RGB (Red+Green+Blue) = 149+128+22=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #958016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958016 is #6A7FE9. Grayscale: #7A7A7A. Windows color (decimal): -6979562 or 1474709. OLE color: 1474709.
HSL color Cylindrical-coordinate representation of color #958016: hue angle of 50.08º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #958016 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 22 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.42 |
| HSL | 50.08º | 0.74% | 0.34% | - |
| HSV(B) | 50.08º | 0.85% | 0.58% | - |
| XYZ | 20.26 | 21.89 | 3.92 | - |
| YUV | 122.2 | 71.46 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 22 | 0 | 0.14 | 0.85 | 0.42 | 50.08 | 0.74 | 0.34 |
| Hex | 95 | 80 | 16 | 0 | E | 55 | 2A | 32 | 4A | 22 |
| Octal | 225 | 200 | 26 | 0 | 16 | 125 | 52 | 62 | 112 | 42 |
| Binary | 10010101 | 10000000 | 10110 | 0 | 1110 | 1010101 | 101010 | 110010 | 1001010 | 100010 |
Color Harmonies of #958016
Complementary color
Monochromatic Colors of #958016
Black with #958016
Text Example
Text Example
White with #958016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958016; }
p { color: rgb(149,128,22); }
H1.HeaderClassName
{
color: #958016;
}
.AnyTagClassName
{
color: #958016;
}
</style>
background-color css
<style>
a { background-color: #958016; }
a { background-color: rgb(149,128,22); }
div.DivClassName
{
background-color: #958016;
}
.BgClassName
{
background-color: #958016;
}
</style>
border-color css
<style>
span { border-color: #958016; }
span { border-color: rgb(149,128,22); }
td.TdClassName
{
border-color: #958016;
}
.TagClassName
{
border-color: #958016;
}
</style>