Shades of Golden Brown #9F7608
Tints of Golden Brown #9F7608
RGB
CMYK
RGB Variations
Color information
#9F7608 (or 0x9F7608) is known color: Golden Brown. HEX triplet: 9F, 76 and 08. RGB value is (159,118,8). Sum of RGB (Red+Green+Blue) = 159+118+8=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7608 is #6089F7. Grayscale: #767676. Windows color (decimal): -6326776 or 554655. OLE color: 554655.
HSL color Cylindrical-coordinate representation of color #9F7608: hue angle of 43.71º 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 #9F7608 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 8 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.38 |
| HSL | 43.71º | 0.9% | 0.33% | - |
| HSV(B) | 43.71º | 0.95% | 0.62% | - |
| XYZ | 20.82 | 20.35 | 3.06 | - |
| YUV | 117.72 | 66.08 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 8 | 0 | 0.26 | 0.95 | 0.38 | 43.71 | 0.9 | 0.33 |
| Hex | 9F | 76 | 8 | 0 | 1A | 5F | 26 | 2C | 5A | 21 |
| Octal | 237 | 166 | 10 | 0 | 32 | 137 | 46 | 54 | 132 | 41 |
| Binary | 10011111 | 1110110 | 1000 | 0 | 11010 | 1011111 | 100110 | 101100 | 1011010 | 100001 |
Color Harmonies of #9F7608
Complementary color
Monochromatic Colors of #9F7608
Black with #9F7608
Text Example
Text Example
White with #9F7608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7608; }
p { color: rgb(159,118,8); }
H1.HeaderClassName
{
color: #9F7608;
}
.AnyTagClassName
{
color: #9F7608;
}
</style>
background-color css
<style>
a { background-color: #9F7608; }
a { background-color: rgb(159,118,8); }
div.DivClassName
{
background-color: #9F7608;
}
.BgClassName
{
background-color: #9F7608;
}
</style>
border-color css
<style>
span { border-color: #9F7608; }
span { border-color: rgb(159,118,8); }
td.TdClassName
{
border-color: #9F7608;
}
.TagClassName
{
border-color: #9F7608;
}
</style>