Shades of Golden Brown #9F7106
Tints of Golden Brown #9F7106
RGB
CMYK
RGB Variations
Color information
#9F7106 (or 0x9F7106) is known color: Golden Brown. HEX triplet: 9F, 71 and 06. RGB value is (159,113,6). Sum of RGB (Red+Green+Blue) = 159+113+6=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7106 is #608EF9. Grayscale: #737373. Windows color (decimal): -6328058 or 422303. OLE color: 422303.
HSL color Cylindrical-coordinate representation of color #9F7106: hue angle of 41.96º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F7106 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 6 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.38 |
| HSL | 41.96º | 0.93% | 0.32% | - |
| HSV(B) | 41.96º | 0.96% | 0.62% | - |
| XYZ | 20.24 | 19.19 | 2.81 | - |
| YUV | 114.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 6 | 0 | 0.29 | 0.96 | 0.38 | 41.96 | 0.93 | 0.32 |
| Hex | 9F | 71 | 6 | 0 | 1D | 60 | 26 | 2A | 5D | 20 |
| Octal | 237 | 161 | 6 | 0 | 35 | 140 | 46 | 52 | 135 | 40 |
| Binary | 10011111 | 1110001 | 110 | 0 | 11101 | 1100000 | 100110 | 101010 | 1011101 | 100000 |
Color Harmonies of #9F7106
Complementary color
Monochromatic Colors of #9F7106
Black with #9F7106
Text Example
Text Example
White with #9F7106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7106; }
p { color: rgb(159,113,6); }
H1.HeaderClassName
{
color: #9F7106;
}
.AnyTagClassName
{
color: #9F7106;
}
</style>
background-color css
<style>
a { background-color: #9F7106; }
a { background-color: rgb(159,113,6); }
div.DivClassName
{
background-color: #9F7106;
}
.BgClassName
{
background-color: #9F7106;
}
</style>
border-color css
<style>
span { border-color: #9F7106; }
span { border-color: rgb(159,113,6); }
td.TdClassName
{
border-color: #9F7106;
}
.TagClassName
{
border-color: #9F7106;
}
</style>