Shades of Hacienda #967E19
Tints of Hacienda #967E19
RGB
CMYK
RGB Variations
Color information
#967E19 (or 0x967E19) is known color: Hacienda. HEX triplet: 96, 7E and 19. RGB value is (150,126,25). Sum of RGB (Red+Green+Blue) = 150+126+25=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #967E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967E19 is #6981E6. Grayscale: #7A7A7A. Windows color (decimal): -6914535 or 1670806. OLE color: 1670806.
HSL color Cylindrical-coordinate representation of color #967E19: hue angle of 48.48º 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 #967E19 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 25 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.41 |
| HSL | 48.48º | 0.71% | 0.34% | - |
| HSV(B) | 48.48º | 0.83% | 0.59% | - |
| XYZ | 20.21 | 21.48 | 4 | - |
| YUV | 121.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 25 | 0 | 0.16 | 0.83 | 0.41 | 48.48 | 0.71 | 0.34 |
| Hex | 96 | 7E | 19 | 0 | 10 | 53 | 29 | 30 | 47 | 22 |
| Octal | 226 | 176 | 31 | 0 | 20 | 123 | 51 | 60 | 107 | 42 |
| Binary | 10010110 | 1111110 | 11001 | 0 | 10000 | 1010011 | 101001 | 110000 | 1000111 | 100010 |
Color Harmonies of #967E19
Complementary color
Monochromatic Colors of #967E19
Black with #967E19
Text Example
Text Example
White with #967E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E19; }
p { color: rgb(150,126,25); }
H1.HeaderClassName
{
color: #967E19;
}
.AnyTagClassName
{
color: #967E19;
}
</style>
background-color css
<style>
a { background-color: #967E19; }
a { background-color: rgb(150,126,25); }
div.DivClassName
{
background-color: #967E19;
}
.BgClassName
{
background-color: #967E19;
}
</style>
border-color css
<style>
span { border-color: #967E19; }
span { border-color: rgb(150,126,25); }
td.TdClassName
{
border-color: #967E19;
}
.TagClassName
{
border-color: #967E19;
}
</style>