Shades of Hacienda #967519
Tints of Hacienda #967519
RGB
CMYK
RGB Variations
Color information
#967519 (or 0x967519) is known color: Hacienda. HEX triplet: 96, 75 and 19. RGB value is (150,117,25). Sum of RGB (Red+Green+Blue) = 150+117+25=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #967519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967519 is #698AE6. Grayscale: #747474. Windows color (decimal): -6916839 or 1668502. OLE color: 1668502.
HSL color Cylindrical-coordinate representation of color #967519: hue angle of 44.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #967519 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 25 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.41 |
| HSL | 44.16º | 0.71% | 0.34% | - |
| HSV(B) | 44.16º | 0.83% | 0.59% | - |
| XYZ | 19.11 | 19.28 | 3.63 | - |
| YUV | 116.38 | 76.43 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 25 | 0 | 0.22 | 0.83 | 0.41 | 44.16 | 0.71 | 0.34 |
| Hex | 96 | 75 | 19 | 0 | 16 | 53 | 29 | 2C | 47 | 22 |
| Octal | 226 | 165 | 31 | 0 | 26 | 123 | 51 | 54 | 107 | 42 |
| Binary | 10010110 | 1110101 | 11001 | 0 | 10110 | 1010011 | 101001 | 101100 | 1000111 | 100010 |
Color Harmonies of #967519
Complementary color
Monochromatic Colors of #967519
Black with #967519
Text Example
Text Example
White with #967519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967519; }
p { color: rgb(150,117,25); }
H1.HeaderClassName
{
color: #967519;
}
.AnyTagClassName
{
color: #967519;
}
</style>
background-color css
<style>
a { background-color: #967519; }
a { background-color: rgb(150,117,25); }
div.DivClassName
{
background-color: #967519;
}
.BgClassName
{
background-color: #967519;
}
</style>
border-color css
<style>
span { border-color: #967519; }
span { border-color: rgb(150,117,25); }
td.TdClassName
{
border-color: #967519;
}
.TagClassName
{
border-color: #967519;
}
</style>