Shades of Hacienda #917C16
Tints of Hacienda #917C16
RGB
CMYK
RGB Variations
Color information
#917C16 (or 0x917C16) is known color: Hacienda. HEX triplet: 91, 7C and 16. RGB value is (145,124,22). Sum of RGB (Red+Green+Blue) = 145+124+22=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #917C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917C16 is #6E83E9. Grayscale: #777777. Windows color (decimal): -7242730 or 1473681. OLE color: 1473681.
HSL color Cylindrical-coordinate representation of color #917C16: hue angle of 49.76º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #917C16 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 22 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.43 |
| HSL | 49.76º | 0.74% | 0.33% | - |
| HSV(B) | 49.76º | 0.85% | 0.57% | - |
| XYZ | 19.03 | 20.49 | 3.71 | - |
| YUV | 118.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 22 | 0 | 0.14 | 0.85 | 0.43 | 49.76 | 0.74 | 0.33 |
| Hex | 91 | 7C | 16 | 0 | E | 55 | 2B | 32 | 4A | 21 |
| Octal | 221 | 174 | 26 | 0 | 16 | 125 | 53 | 62 | 112 | 41 |
| Binary | 10010001 | 1111100 | 10110 | 0 | 1110 | 1010101 | 101011 | 110010 | 1001010 | 100001 |
Color Harmonies of #917C16
Complementary color
Monochromatic Colors of #917C16
Black with #917C16
Text Example
Text Example
White with #917C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C16; }
p { color: rgb(145,124,22); }
H1.HeaderClassName
{
color: #917C16;
}
.AnyTagClassName
{
color: #917C16;
}
</style>
background-color css
<style>
a { background-color: #917C16; }
a { background-color: rgb(145,124,22); }
div.DivClassName
{
background-color: #917C16;
}
.BgClassName
{
background-color: #917C16;
}
</style>
border-color css
<style>
span { border-color: #917C16; }
span { border-color: rgb(145,124,22); }
td.TdClassName
{
border-color: #917C16;
}
.TagClassName
{
border-color: #917C16;
}
</style>