Shades of Hacienda #9F8625
Tints of Hacienda #9F8625
RGB
CMYK
RGB Variations
Color information
#9F8625 (or 0x9F8625) is known color: Hacienda. HEX triplet: 9F, 86 and 25. RGB value is (159,134,37). Sum of RGB (Red+Green+Blue) = 159+134+37=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8625 is #6079DA. Grayscale: #828282. Windows color (decimal): -6322651 or 2459295. OLE color: 2459295.
HSL color Cylindrical-coordinate representation of color #9F8625: hue angle of 47.7º degrees, saturation: 0.62, 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 #9F8625 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 37 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.38 |
| HSL | 47.7º | 0.62% | 0.38% | - |
| HSV(B) | 47.7º | 0.77% | 0.62% | - |
| XYZ | 23.16 | 24.55 | 5.27 | - |
| YUV | 130.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 37 | 0 | 0.16 | 0.77 | 0.38 | 47.7 | 0.62 | 0.38 |
| Hex | 9F | 86 | 25 | 0 | 10 | 4D | 26 | 30 | 3E | 26 |
| Octal | 237 | 206 | 45 | 0 | 20 | 115 | 46 | 60 | 76 | 46 |
| Binary | 10011111 | 10000110 | 100101 | 0 | 10000 | 1001101 | 100110 | 110000 | 111110 | 100110 |
Color Harmonies of #9F8625
Complementary color
Monochromatic Colors of #9F8625
Black with #9F8625
Text Example
Text Example
White with #9F8625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8625; }
p { color: rgb(159,134,37); }
H1.HeaderClassName
{
color: #9F8625;
}
.AnyTagClassName
{
color: #9F8625;
}
</style>
background-color css
<style>
a { background-color: #9F8625; }
a { background-color: rgb(159,134,37); }
div.DivClassName
{
background-color: #9F8625;
}
.BgClassName
{
background-color: #9F8625;
}
</style>
border-color css
<style>
span { border-color: #9F8625; }
span { border-color: rgb(159,134,37); }
td.TdClassName
{
border-color: #9F8625;
}
.TagClassName
{
border-color: #9F8625;
}
</style>