Shades of Hacienda #9F751E
Tints of Hacienda #9F751E
RGB
CMYK
RGB Variations
Color information
#9F751E (or 0x9F751E) is known color: Hacienda. HEX triplet: 9F, 75 and 1E. RGB value is (159,117,30). Sum of RGB (Red+Green+Blue) = 159+117+30=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F751E is #608AE1. Grayscale: #787878. Windows color (decimal): -6327010 or 1996191. OLE color: 1996191.
HSL color Cylindrical-coordinate representation of color #9F751E: hue angle of 40.47º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F751E is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 30 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.38 |
| HSL | 40.47º | 0.68% | 0.37% | - |
| HSV(B) | 40.47º | 0.81% | 0.62% | - |
| XYZ | 20.89 | 20.19 | 4.02 | - |
| YUV | 119.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 30 | 0 | 0.26 | 0.81 | 0.38 | 40.47 | 0.68 | 0.37 |
| Hex | 9F | 75 | 1E | 0 | 1A | 51 | 26 | 28 | 44 | 25 |
| Octal | 237 | 165 | 36 | 0 | 32 | 121 | 46 | 50 | 104 | 45 |
| Binary | 10011111 | 1110101 | 11110 | 0 | 11010 | 1010001 | 100110 | 101000 | 1000100 | 100101 |
Color Harmonies of #9F751E
Complementary color
Monochromatic Colors of #9F751E
Black with #9F751E
Text Example
Text Example
White with #9F751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F751E; }
p { color: rgb(159,117,30); }
H1.HeaderClassName
{
color: #9F751E;
}
.AnyTagClassName
{
color: #9F751E;
}
</style>
background-color css
<style>
a { background-color: #9F751E; }
a { background-color: rgb(159,117,30); }
div.DivClassName
{
background-color: #9F751E;
}
.BgClassName
{
background-color: #9F751E;
}
</style>
border-color css
<style>
span { border-color: #9F751E; }
span { border-color: rgb(159,117,30); }
td.TdClassName
{
border-color: #9F751E;
}
.TagClassName
{
border-color: #9F751E;
}
</style>