Shades of Golden Brown #9F770B
Tints of Golden Brown #9F770B
RGB
CMYK
RGB Variations
Color information
#9F770B (or 0x9F770B) is known color: Golden Brown. HEX triplet: 9F, 77 and 0B. RGB value is (159,119,11). Sum of RGB (Red+Green+Blue) = 159+119+11=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F770B is #6088F4. Grayscale: #777777. Windows color (decimal): -6326517 or 751519. OLE color: 751519.
HSL color Cylindrical-coordinate representation of color #9F770B: hue angle of 43.78º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F770B is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 11 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.38 |
| HSL | 43.78º | 0.87% | 0.33% | - |
| HSV(B) | 43.78º | 0.93% | 0.62% | - |
| XYZ | 20.96 | 20.59 | 3.19 | - |
| YUV | 118.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 11 | 0 | 0.25 | 0.93 | 0.38 | 43.78 | 0.87 | 0.33 |
| Hex | 9F | 77 | B | 0 | 19 | 5D | 26 | 2C | 57 | 21 |
| Octal | 237 | 167 | 13 | 0 | 31 | 135 | 46 | 54 | 127 | 41 |
| Binary | 10011111 | 1110111 | 1011 | 0 | 11001 | 1011101 | 100110 | 101100 | 1010111 | 100001 |
Color Harmonies of #9F770B
Complementary color
Monochromatic Colors of #9F770B
Black with #9F770B
Text Example
Text Example
White with #9F770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F770B; }
p { color: rgb(159,119,11); }
H1.HeaderClassName
{
color: #9F770B;
}
.AnyTagClassName
{
color: #9F770B;
}
</style>
background-color css
<style>
a { background-color: #9F770B; }
a { background-color: rgb(159,119,11); }
div.DivClassName
{
background-color: #9F770B;
}
.BgClassName
{
background-color: #9F770B;
}
</style>
border-color css
<style>
span { border-color: #9F770B; }
span { border-color: rgb(159,119,11); }
td.TdClassName
{
border-color: #9F770B;
}
.TagClassName
{
border-color: #9F770B;
}
</style>