Shades of Hacienda #968119
Tints of Hacienda #968119
RGB
CMYK
RGB Variations
Color information
#968119 (or 0x968119) is known color: Hacienda. HEX triplet: 96, 81 and 19. RGB value is (150,129,25). Sum of RGB (Red+Green+Blue) = 150+129+25=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #968119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968119 is #697EE6. Grayscale: #7B7B7B. Windows color (decimal): -6913767 or 1671574. OLE color: 1671574.
HSL color Cylindrical-coordinate representation of color #968119: hue angle of 49.92º 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 #968119 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 129 | 25 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.41 |
| HSL | 49.92º | 0.71% | 0.34% | - |
| HSV(B) | 49.92º | 0.83% | 0.59% | - |
| XYZ | 20.6 | 22.25 | 4.13 | - |
| YUV | 123.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 25 | 0 | 0.14 | 0.83 | 0.41 | 49.92 | 0.71 | 0.34 |
| Hex | 96 | 81 | 19 | 0 | E | 53 | 29 | 32 | 47 | 22 |
| Octal | 226 | 201 | 31 | 0 | 16 | 123 | 51 | 62 | 107 | 42 |
| Binary | 10010110 | 10000001 | 11001 | 0 | 1110 | 1010011 | 101001 | 110010 | 1000111 | 100010 |
Color Harmonies of #968119
Complementary color
Monochromatic Colors of #968119
Black with #968119
Text Example
Text Example
White with #968119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968119; }
p { color: rgb(150,129,25); }
H1.HeaderClassName
{
color: #968119;
}
.AnyTagClassName
{
color: #968119;
}
</style>
background-color css
<style>
a { background-color: #968119; }
a { background-color: rgb(150,129,25); }
div.DivClassName
{
background-color: #968119;
}
.BgClassName
{
background-color: #968119;
}
</style>
border-color css
<style>
span { border-color: #968119; }
span { border-color: rgb(150,129,25); }
td.TdClassName
{
border-color: #968119;
}
.TagClassName
{
border-color: #968119;
}
</style>