Shades of Golden Brown #9F650B
Tints of Golden Brown #9F650B
RGB
CMYK
RGB Variations
Color information
#9F650B (or 0x9F650B) is known color: Golden Brown. HEX triplet: 9F, 65 and 0B. RGB value is (159,101,11). Sum of RGB (Red+Green+Blue) = 159+101+11=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F650B is #609AF4. Grayscale: #6C6C6C. Windows color (decimal): -6331125 or 746911. OLE color: 746911.
HSL color Cylindrical-coordinate representation of color #9F650B: hue angle of 36.49º 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 #9F650B is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 11 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.38 |
| HSL | 36.49º | 0.87% | 0.33% | - |
| HSV(B) | 36.49º | 0.93% | 0.62% | - |
| XYZ | 19.01 | 16.7 | 2.54 | - |
| YUV | 108.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 11 | 0 | 0.36 | 0.93 | 0.38 | 36.49 | 0.87 | 0.33 |
| Hex | 9F | 65 | B | 0 | 24 | 5D | 26 | 24 | 57 | 21 |
| Octal | 237 | 145 | 13 | 0 | 44 | 135 | 46 | 44 | 127 | 41 |
| Binary | 10011111 | 1100101 | 1011 | 0 | 100100 | 1011101 | 100110 | 100100 | 1010111 | 100001 |
Color Harmonies of #9F650B
Complementary color
Monochromatic Colors of #9F650B
Black with #9F650B
Text Example
Text Example
White with #9F650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F650B; }
p { color: rgb(159,101,11); }
H1.HeaderClassName
{
color: #9F650B;
}
.AnyTagClassName
{
color: #9F650B;
}
</style>
background-color css
<style>
a { background-color: #9F650B; }
a { background-color: rgb(159,101,11); }
div.DivClassName
{
background-color: #9F650B;
}
.BgClassName
{
background-color: #9F650B;
}
</style>
border-color css
<style>
span { border-color: #9F650B; }
span { border-color: rgb(159,101,11); }
td.TdClassName
{
border-color: #9F650B;
}
.TagClassName
{
border-color: #9F650B;
}
</style>