Shades of Hacienda #9F8619
Tints of Hacienda #9F8619
RGB
CMYK
RGB Variations
Color information
#9F8619 (or 0x9F8619) is known color: Hacienda. HEX triplet: 9F, 86 and 19. RGB value is (159,134,25). Sum of RGB (Red+Green+Blue) = 159+134+25=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8619 is #6079E6. Grayscale: #818181. Windows color (decimal): -6322663 or 1672863. OLE color: 1672863.
HSL color Cylindrical-coordinate representation of color #9F8619: hue angle of 48.81º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F8619 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 25 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.38 |
| HSL | 48.81º | 0.73% | 0.36% | - |
| HSV(B) | 48.81º | 0.84% | 0.62% | - |
| XYZ | 23 | 24.49 | 4.43 | - |
| YUV | 129.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 25 | 0 | 0.16 | 0.84 | 0.38 | 48.81 | 0.73 | 0.36 |
| Hex | 9F | 86 | 19 | 0 | 10 | 54 | 26 | 31 | 49 | 24 |
| Octal | 237 | 206 | 31 | 0 | 20 | 124 | 46 | 61 | 111 | 44 |
| Binary | 10011111 | 10000110 | 11001 | 0 | 10000 | 1010100 | 100110 | 110001 | 1001001 | 100100 |
Color Harmonies of #9F8619
Complementary color
Monochromatic Colors of #9F8619
Black with #9F8619
Text Example
Text Example
White with #9F8619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8619; }
p { color: rgb(159,134,25); }
H1.HeaderClassName
{
color: #9F8619;
}
.AnyTagClassName
{
color: #9F8619;
}
</style>
background-color css
<style>
a { background-color: #9F8619; }
a { background-color: rgb(159,134,25); }
div.DivClassName
{
background-color: #9F8619;
}
.BgClassName
{
background-color: #9F8619;
}
</style>
border-color css
<style>
span { border-color: #9F8619; }
span { border-color: rgb(159,134,25); }
td.TdClassName
{
border-color: #9F8619;
}
.TagClassName
{
border-color: #9F8619;
}
</style>