Shades of Golden Brown #9F760B
Tints of Golden Brown #9F760B
RGB
CMYK
RGB Variations
Color information
#9F760B (or 0x9F760B) is known color: Golden Brown. HEX triplet: 9F, 76 and 0B. RGB value is (159,118,11). Sum of RGB (Red+Green+Blue) = 159+118+11=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F760B is #6089F4. Grayscale: #767676. Windows color (decimal): -6326773 or 751263. OLE color: 751263.
HSL color Cylindrical-coordinate representation of color #9F760B: hue angle of 43.38º 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 #9F760B is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 118 | 11 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.38 |
| HSL | 43.38º | 0.87% | 0.33% | - |
| HSV(B) | 43.38º | 0.93% | 0.62% | - |
| XYZ | 20.84 | 20.35 | 3.15 | - |
| YUV | 118.06 | 67.58 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 118 | 11 | 0 | 0.26 | 0.93 | 0.38 | 43.38 | 0.87 | 0.33 |
| Hex | 9F | 76 | B | 0 | 1A | 5D | 26 | 2B | 57 | 21 |
| Octal | 237 | 166 | 13 | 0 | 32 | 135 | 46 | 53 | 127 | 41 |
| Binary | 10011111 | 1110110 | 1011 | 0 | 11010 | 1011101 | 100110 | 101011 | 1010111 | 100001 |
Color Harmonies of #9F760B
Complementary color
Monochromatic Colors of #9F760B
Black with #9F760B
Text Example
Text Example
White with #9F760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F760B; }
p { color: rgb(159,118,11); }
H1.HeaderClassName
{
color: #9F760B;
}
.AnyTagClassName
{
color: #9F760B;
}
</style>
background-color css
<style>
a { background-color: #9F760B; }
a { background-color: rgb(159,118,11); }
div.DivClassName
{
background-color: #9F760B;
}
.BgClassName
{
background-color: #9F760B;
}
</style>
border-color css
<style>
span { border-color: #9F760B; }
span { border-color: rgb(159,118,11); }
td.TdClassName
{
border-color: #9F760B;
}
.TagClassName
{
border-color: #9F760B;
}
</style>