Shades of Hacienda #9F8624
Tints of Hacienda #9F8624
RGB
CMYK
RGB Variations
Color information
#9F8624 (or 0x9F8624) is known color: Hacienda. HEX triplet: 9F, 86 and 24. RGB value is (159,134,36). Sum of RGB (Red+Green+Blue) = 159+134+36=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8624 is #6079DB. Grayscale: #828282. Windows color (decimal): -6322652 or 2393759. OLE color: 2393759.
HSL color Cylindrical-coordinate representation of color #9F8624: hue angle of 47.8º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F8624 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 36 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.38 |
| HSL | 47.8º | 0.63% | 0.38% | - |
| HSV(B) | 47.8º | 0.77% | 0.62% | - |
| XYZ | 23.14 | 24.55 | 5.19 | - |
| YUV | 130.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 36 | 0 | 0.16 | 0.77 | 0.38 | 47.8 | 0.63 | 0.38 |
| Hex | 9F | 86 | 24 | 0 | 10 | 4D | 26 | 30 | 3F | 26 |
| Octal | 237 | 206 | 44 | 0 | 20 | 115 | 46 | 60 | 77 | 46 |
| Binary | 10011111 | 10000110 | 100100 | 0 | 10000 | 1001101 | 100110 | 110000 | 111111 | 100110 |
Color Harmonies of #9F8624
Complementary color
Monochromatic Colors of #9F8624
Black with #9F8624
Text Example
Text Example
White with #9F8624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8624; }
p { color: rgb(159,134,36); }
H1.HeaderClassName
{
color: #9F8624;
}
.AnyTagClassName
{
color: #9F8624;
}
</style>
background-color css
<style>
a { background-color: #9F8624; }
a { background-color: rgb(159,134,36); }
div.DivClassName
{
background-color: #9F8624;
}
.BgClassName
{
background-color: #9F8624;
}
</style>
border-color css
<style>
span { border-color: #9F8624; }
span { border-color: rgb(159,134,36); }
td.TdClassName
{
border-color: #9F8624;
}
.TagClassName
{
border-color: #9F8624;
}
</style>