Shades of Hacienda #967C17
Tints of Hacienda #967C17
RGB
CMYK
RGB Variations
Color information
#967C17 (or 0x967C17) is known color: Hacienda. HEX triplet: 96, 7C and 17. RGB value is (150,124,23). Sum of RGB (Red+Green+Blue) = 150+124+23=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #967C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967C17 is #6983E8. Grayscale: #787878. Windows color (decimal): -6915049 or 1539222. OLE color: 1539222.
HSL color Cylindrical-coordinate representation of color #967C17: hue angle of 47.72º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #967C17 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 23 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.41 |
| HSL | 47.72º | 0.73% | 0.34% | - |
| HSV(B) | 47.72º | 0.85% | 0.59% | - |
| XYZ | 19.94 | 20.96 | 3.81 | - |
| YUV | 120.26 | 73.11 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 23 | 0 | 0.17 | 0.85 | 0.41 | 47.72 | 0.73 | 0.34 |
| Hex | 96 | 7C | 17 | 0 | 11 | 55 | 29 | 30 | 49 | 22 |
| Octal | 226 | 174 | 27 | 0 | 21 | 125 | 51 | 60 | 111 | 42 |
| Binary | 10010110 | 1111100 | 10111 | 0 | 10001 | 1010101 | 101001 | 110000 | 1001001 | 100010 |
Color Harmonies of #967C17
Complementary color
Monochromatic Colors of #967C17
Black with #967C17
Text Example
Text Example
White with #967C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C17; }
p { color: rgb(150,124,23); }
H1.HeaderClassName
{
color: #967C17;
}
.AnyTagClassName
{
color: #967C17;
}
</style>
background-color css
<style>
a { background-color: #967C17; }
a { background-color: rgb(150,124,23); }
div.DivClassName
{
background-color: #967C17;
}
.BgClassName
{
background-color: #967C17;
}
</style>
border-color css
<style>
span { border-color: #967C17; }
span { border-color: rgb(150,124,23); }
td.TdClassName
{
border-color: #967C17;
}
.TagClassName
{
border-color: #967C17;
}
</style>