Shades of Golden Brown #9F6516
Tints of Golden Brown #9F6516
RGB
CMYK
RGB Variations
Color information
#9F6516 (or 0x9F6516) is known color: Golden Brown. HEX triplet: 9F, 65 and 16. RGB value is (159,101,22). Sum of RGB (Red+Green+Blue) = 159+101+22=282 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.38% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6516 is #609AE9. Grayscale: #6D6D6D. Windows color (decimal): -6331114 or 1467807. OLE color: 1467807.
HSL color Cylindrical-coordinate representation of color #9F6516: hue angle of 34.6º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F6516 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 22 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.38 |
| HSL | 34.6º | 0.76% | 0.35% | - |
| HSV(B) | 34.6º | 0.86% | 0.62% | - |
| XYZ | 19.1 | 16.74 | 2.98 | - |
| YUV | 109.34 | 78.72 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 22 | 0 | 0.36 | 0.86 | 0.38 | 34.6 | 0.76 | 0.35 |
| Hex | 9F | 65 | 16 | 0 | 24 | 56 | 26 | 23 | 4C | 23 |
| Octal | 237 | 145 | 26 | 0 | 44 | 126 | 46 | 43 | 114 | 43 |
| Binary | 10011111 | 1100101 | 10110 | 0 | 100100 | 1010110 | 100110 | 100011 | 1001100 | 100011 |
Color Harmonies of #9F6516
Complementary color
Monochromatic Colors of #9F6516
Black with #9F6516
Text Example
Text Example
White with #9F6516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6516; }
p { color: rgb(159,101,22); }
H1.HeaderClassName
{
color: #9F6516;
}
.AnyTagClassName
{
color: #9F6516;
}
</style>
background-color css
<style>
a { background-color: #9F6516; }
a { background-color: rgb(159,101,22); }
div.DivClassName
{
background-color: #9F6516;
}
.BgClassName
{
background-color: #9F6516;
}
</style>
border-color css
<style>
span { border-color: #9F6516; }
span { border-color: rgb(159,101,22); }
td.TdClassName
{
border-color: #9F6516;
}
.TagClassName
{
border-color: #9F6516;
}
</style>