Shades of Golden Brown #9F7700
Tints of Golden Brown #9F7700
RGB
CMYK
RGB Variations
Color information
#9F7700 (or 0x9F7700) is known color: Golden Brown. HEX triplet: 9F, 77 and 00. RGB value is (159,119,0). Sum of RGB (Red+Green+Blue) = 159+119+0=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7700 is #6088FF. Grayscale: #757575. Windows color (decimal): -6326528 or 30623. OLE color: 30623.
HSL color Cylindrical-coordinate representation of color #9F7700: hue angle of 44.91º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F7700 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.38 |
| HSL | 44.91º | 1% | 0.31% | - |
| HSV(B) | 44.91º | 1% | 0.62% | - |
| XYZ | 20.89 | 20.56 | 2.87 | - |
| YUV | 117.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 0 | 0 | 0.25 | 1 | 0.38 | 44.91 | 1 | 0.31 |
| Hex | 9F | 77 | 0 | 0 | 19 | 64 | 26 | 2D | 64 | 1F |
| Octal | 237 | 167 | 0 | 0 | 31 | 144 | 46 | 55 | 144 | 37 |
| Binary | 10011111 | 1110111 | 0 | 0 | 11001 | 1100100 | 100110 | 101101 | 1100100 | 11111 |
Color Harmonies of #9F7700
Complementary color
Monochromatic Colors of #9F7700
Black with #9F7700
Text Example
Text Example
White with #9F7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7700; }
p { color: rgb(159,119,0); }
H1.HeaderClassName
{
color: #9F7700;
}
.AnyTagClassName
{
color: #9F7700;
}
</style>
background-color css
<style>
a { background-color: #9F7700; }
a { background-color: rgb(159,119,0); }
div.DivClassName
{
background-color: #9F7700;
}
.BgClassName
{
background-color: #9F7700;
}
</style>
border-color css
<style>
span { border-color: #9F7700; }
span { border-color: rgb(159,119,0); }
td.TdClassName
{
border-color: #9F7700;
}
.TagClassName
{
border-color: #9F7700;
}
</style>