Shades of Hacienda #917B16
Tints of Hacienda #917B16
RGB
CMYK
RGB Variations
Color information
#917B16 (or 0x917B16) is known color: Hacienda. HEX triplet: 91, 7B and 16. RGB value is (145,123,22). Sum of RGB (Red+Green+Blue) = 145+123+22=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #917B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917B16 is #6E84E9. Grayscale: #767676. Windows color (decimal): -7242986 or 1473425. OLE color: 1473425.
HSL color Cylindrical-coordinate representation of color #917B16: hue angle of 49.27º 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 #917B16 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 22 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.43 |
| HSL | 49.27º | 0.74% | 0.33% | - |
| HSV(B) | 49.27º | 0.85% | 0.57% | - |
| XYZ | 18.9 | 20.24 | 3.67 | - |
| YUV | 118.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 22 | 0 | 0.15 | 0.85 | 0.43 | 49.27 | 0.74 | 0.33 |
| Hex | 91 | 7B | 16 | 0 | F | 55 | 2B | 31 | 4A | 21 |
| Octal | 221 | 173 | 26 | 0 | 17 | 125 | 53 | 61 | 112 | 41 |
| Binary | 10010001 | 1111011 | 10110 | 0 | 1111 | 1010101 | 101011 | 110001 | 1001010 | 100001 |
Color Harmonies of #917B16
Complementary color
Monochromatic Colors of #917B16
Black with #917B16
Text Example
Text Example
White with #917B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B16; }
p { color: rgb(145,123,22); }
H1.HeaderClassName
{
color: #917B16;
}
.AnyTagClassName
{
color: #917B16;
}
</style>
background-color css
<style>
a { background-color: #917B16; }
a { background-color: rgb(145,123,22); }
div.DivClassName
{
background-color: #917B16;
}
.BgClassName
{
background-color: #917B16;
}
</style>
border-color css
<style>
span { border-color: #917B16; }
span { border-color: rgb(145,123,22); }
td.TdClassName
{
border-color: #917B16;
}
.TagClassName
{
border-color: #917B16;
}
</style>