Shades of Golden Brown #9F7708
Tints of Golden Brown #9F7708
RGB
CMYK
RGB Variations
Color information
#9F7708 (or 0x9F7708) is known color: Golden Brown. HEX triplet: 9F, 77 and 08. RGB value is (159,119,8). Sum of RGB (Red+Green+Blue) = 159+119+8=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7708 is #6088F7. Grayscale: #767676. Windows color (decimal): -6326520 or 554911. OLE color: 554911.
HSL color Cylindrical-coordinate representation of color #9F7708: hue angle of 44.11º 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 #9F7708 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 8 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.38 |
| HSL | 44.11º | 0.9% | 0.33% | - |
| HSV(B) | 44.11º | 0.95% | 0.62% | - |
| XYZ | 20.94 | 20.58 | 3.1 | - |
| YUV | 118.31 | 65.75 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 8 | 0 | 0.25 | 0.95 | 0.38 | 44.11 | 0.9 | 0.33 |
| Hex | 9F | 77 | 8 | 0 | 19 | 5F | 26 | 2C | 5A | 21 |
| Octal | 237 | 167 | 10 | 0 | 31 | 137 | 46 | 54 | 132 | 41 |
| Binary | 10011111 | 1110111 | 1000 | 0 | 11001 | 1011111 | 100110 | 101100 | 1011010 | 100001 |
Color Harmonies of #9F7708
Complementary color
Monochromatic Colors of #9F7708
Black with #9F7708
Text Example
Text Example
White with #9F7708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7708; }
p { color: rgb(159,119,8); }
H1.HeaderClassName
{
color: #9F7708;
}
.AnyTagClassName
{
color: #9F7708;
}
</style>
background-color css
<style>
a { background-color: #9F7708; }
a { background-color: rgb(159,119,8); }
div.DivClassName
{
background-color: #9F7708;
}
.BgClassName
{
background-color: #9F7708;
}
</style>
border-color css
<style>
span { border-color: #9F7708; }
span { border-color: rgb(159,119,8); }
td.TdClassName
{
border-color: #9F7708;
}
.TagClassName
{
border-color: #9F7708;
}
</style>