Shades of Golden Brown #9F7110
Tints of Golden Brown #9F7110
RGB
CMYK
RGB Variations
Color information
#9F7110 (or 0x9F7110) is known color: Golden Brown. HEX triplet: 9F, 71 and 10. RGB value is (159,113,16). Sum of RGB (Red+Green+Blue) = 159+113+16=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7110 is #608EEF. Grayscale: #747474. Windows color (decimal): -6328048 or 1077663. OLE color: 1077663.
HSL color Cylindrical-coordinate representation of color #9F7110: hue angle of 40.7º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F7110 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 16 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.38 |
| HSL | 40.7º | 0.82% | 0.34% | - |
| HSV(B) | 40.7º | 0.9% | 0.62% | - |
| XYZ | 20.3 | 19.22 | 3.13 | - |
| YUV | 115.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 16 | 0 | 0.29 | 0.90 | 0.38 | 40.7 | 0.82 | 0.34 |
| Hex | 9F | 71 | 10 | 0 | 1D | 5A | 26 | 29 | 52 | 22 |
| Octal | 237 | 161 | 20 | 0 | 35 | 132 | 46 | 51 | 122 | 42 |
| Binary | 10011111 | 1110001 | 10000 | 0 | 11101 | 1011010 | 100110 | 101001 | 1010010 | 100010 |
Color Harmonies of #9F7110
Complementary color
Monochromatic Colors of #9F7110
Black with #9F7110
Text Example
Text Example
White with #9F7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7110; }
p { color: rgb(159,113,16); }
H1.HeaderClassName
{
color: #9F7110;
}
.AnyTagClassName
{
color: #9F7110;
}
</style>
background-color css
<style>
a { background-color: #9F7110; }
a { background-color: rgb(159,113,16); }
div.DivClassName
{
background-color: #9F7110;
}
.BgClassName
{
background-color: #9F7110;
}
</style>
border-color css
<style>
span { border-color: #9F7110; }
span { border-color: rgb(159,113,16); }
td.TdClassName
{
border-color: #9F7110;
}
.TagClassName
{
border-color: #9F7110;
}
</style>