Shades of Golden Brown #9F7416
Tints of Golden Brown #9F7416
RGB
CMYK
RGB Variations
Color information
#9F7416 (or 0x9F7416) is known color: Golden Brown. HEX triplet: 9F, 74 and 16. RGB value is (159,116,22). Sum of RGB (Red+Green+Blue) = 159+116+22=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7416 is #608BE9. Grayscale: #767676. Windows color (decimal): -6327274 or 1471647. OLE color: 1471647.
HSL color Cylindrical-coordinate representation of color #9F7416: hue angle of 41.17º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F7416 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 22 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.38 |
| HSL | 41.17º | 0.76% | 0.35% | - |
| HSV(B) | 41.17º | 0.86% | 0.62% | - |
| XYZ | 20.69 | 19.92 | 3.51 | - |
| YUV | 118.14 | 73.75 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 22 | 0 | 0.27 | 0.86 | 0.38 | 41.17 | 0.76 | 0.35 |
| Hex | 9F | 74 | 16 | 0 | 1B | 56 | 26 | 29 | 4C | 23 |
| Octal | 237 | 164 | 26 | 0 | 33 | 126 | 46 | 51 | 114 | 43 |
| Binary | 10011111 | 1110100 | 10110 | 0 | 11011 | 1010110 | 100110 | 101001 | 1001100 | 100011 |
Color Harmonies of #9F7416
Complementary color
Monochromatic Colors of #9F7416
Black with #9F7416
Text Example
Text Example
White with #9F7416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7416; }
p { color: rgb(159,116,22); }
H1.HeaderClassName
{
color: #9F7416;
}
.AnyTagClassName
{
color: #9F7416;
}
</style>
background-color css
<style>
a { background-color: #9F7416; }
a { background-color: rgb(159,116,22); }
div.DivClassName
{
background-color: #9F7416;
}
.BgClassName
{
background-color: #9F7416;
}
</style>
border-color css
<style>
span { border-color: #9F7416; }
span { border-color: rgb(159,116,22); }
td.TdClassName
{
border-color: #9F7416;
}
.TagClassName
{
border-color: #9F7416;
}
</style>