Shades of Hacienda #9F8715
Tints of Hacienda #9F8715
RGB
CMYK
RGB Variations
Color information
#9F8715 (or 0x9F8715) is known color: Hacienda. HEX triplet: 9F, 87 and 15. RGB value is (159,135,21). Sum of RGB (Red+Green+Blue) = 159+135+21=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8715 is #6078EA. Grayscale: #818181. Windows color (decimal): -6322411 or 1410975. OLE color: 1410975.
HSL color Cylindrical-coordinate representation of color #9F8715: hue angle of 49.57º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F8715 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 21 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.38 |
| HSL | 49.57º | 0.77% | 0.35% | - |
| HSV(B) | 49.57º | 0.87% | 0.62% | - |
| XYZ | 23.1 | 24.75 | 4.27 | - |
| YUV | 129.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 21 | 0 | 0.15 | 0.87 | 0.38 | 49.57 | 0.77 | 0.35 |
| Hex | 9F | 87 | 15 | 0 | F | 57 | 26 | 32 | 4D | 23 |
| Octal | 237 | 207 | 25 | 0 | 17 | 127 | 46 | 62 | 115 | 43 |
| Binary | 10011111 | 10000111 | 10101 | 0 | 1111 | 1010111 | 100110 | 110010 | 1001101 | 100011 |
Color Harmonies of #9F8715
Complementary color
Monochromatic Colors of #9F8715
Black with #9F8715
Text Example
Text Example
White with #9F8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8715; }
p { color: rgb(159,135,21); }
H1.HeaderClassName
{
color: #9F8715;
}
.AnyTagClassName
{
color: #9F8715;
}
</style>
background-color css
<style>
a { background-color: #9F8715; }
a { background-color: rgb(159,135,21); }
div.DivClassName
{
background-color: #9F8715;
}
.BgClassName
{
background-color: #9F8715;
}
</style>
border-color css
<style>
span { border-color: #9F8715; }
span { border-color: rgb(159,135,21); }
td.TdClassName
{
border-color: #9F8715;
}
.TagClassName
{
border-color: #9F8715;
}
</style>