Shades of Golden Brown #9F7108
Tints of Golden Brown #9F7108
RGB
CMYK
RGB Variations
Color information
#9F7108 (or 0x9F7108) is known color: Golden Brown. HEX triplet: 9F, 71 and 08. RGB value is (159,113,8). Sum of RGB (Red+Green+Blue) = 159+113+8=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7108 is #608EF7. Grayscale: #737373. Windows color (decimal): -6328056 or 553375. OLE color: 553375.
HSL color Cylindrical-coordinate representation of color #9F7108: hue angle of 41.72º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F7108 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 8 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.38 |
| HSL | 41.72º | 0.9% | 0.33% | - |
| HSV(B) | 41.72º | 0.95% | 0.62% | - |
| XYZ | 20.25 | 19.2 | 2.87 | - |
| YUV | 114.78 | 67.74 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 8 | 0 | 0.29 | 0.95 | 0.38 | 41.72 | 0.9 | 0.33 |
| Hex | 9F | 71 | 8 | 0 | 1D | 5F | 26 | 2A | 5A | 21 |
| Octal | 237 | 161 | 10 | 0 | 35 | 137 | 46 | 52 | 132 | 41 |
| Binary | 10011111 | 1110001 | 1000 | 0 | 11101 | 1011111 | 100110 | 101010 | 1011010 | 100001 |
Color Harmonies of #9F7108
Complementary color
Monochromatic Colors of #9F7108
Black with #9F7108
Text Example
Text Example
White with #9F7108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7108; }
p { color: rgb(159,113,8); }
H1.HeaderClassName
{
color: #9F7108;
}
.AnyTagClassName
{
color: #9F7108;
}
</style>
background-color css
<style>
a { background-color: #9F7108; }
a { background-color: rgb(159,113,8); }
div.DivClassName
{
background-color: #9F7108;
}
.BgClassName
{
background-color: #9F7108;
}
</style>
border-color css
<style>
span { border-color: #9F7108; }
span { border-color: rgb(159,113,8); }
td.TdClassName
{
border-color: #9F7108;
}
.TagClassName
{
border-color: #9F7108;
}
</style>