Shades of Hacienda #917A10
Tints of Hacienda #917A10
RGB
CMYK
RGB Variations
Color information
#917A10 (or 0x917A10) is known color: Hacienda. HEX triplet: 91, 7A and 10. RGB value is (145,122,16). Sum of RGB (Red+Green+Blue) = 145+122+16=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #917A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917A10 is #6E85EF. Grayscale: #757575. Windows color (decimal): -7243248 or 1079953. OLE color: 1079953.
HSL color Cylindrical-coordinate representation of color #917A10: hue angle of 49.3º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #917A10 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 16 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.43 |
| HSL | 49.3º | 0.8% | 0.32% | - |
| HSV(B) | 49.3º | 0.89% | 0.57% | - |
| XYZ | 18.73 | 19.98 | 3.36 | - |
| YUV | 116.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 16 | 0 | 0.16 | 0.89 | 0.43 | 49.3 | 0.8 | 0.32 |
| Hex | 91 | 7A | 10 | 0 | 10 | 59 | 2B | 31 | 50 | 20 |
| Octal | 221 | 172 | 20 | 0 | 20 | 131 | 53 | 61 | 120 | 40 |
| Binary | 10010001 | 1111010 | 10000 | 0 | 10000 | 1011001 | 101011 | 110001 | 1010000 | 100000 |
Color Harmonies of #917A10
Complementary color
Monochromatic Colors of #917A10
Black with #917A10
Text Example
Text Example
White with #917A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A10; }
p { color: rgb(145,122,16); }
H1.HeaderClassName
{
color: #917A10;
}
.AnyTagClassName
{
color: #917A10;
}
</style>
background-color css
<style>
a { background-color: #917A10; }
a { background-color: rgb(145,122,16); }
div.DivClassName
{
background-color: #917A10;
}
.BgClassName
{
background-color: #917A10;
}
</style>
border-color css
<style>
span { border-color: #917A10; }
span { border-color: rgb(145,122,16); }
td.TdClassName
{
border-color: #917A10;
}
.TagClassName
{
border-color: #917A10;
}
</style>