Shades of Golden Brown #9F6817
Tints of Golden Brown #9F6817
RGB
CMYK
RGB Variations
Color information
#9F6817 (or 0x9F6817) is known color: Golden Brown. HEX triplet: 9F, 68 and 17. RGB value is (159,104,23). Sum of RGB (Red+Green+Blue) = 159+104+23=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6817 is #6097E8. Grayscale: #6F6F6F. Windows color (decimal): -6330345 or 1534111. OLE color: 1534111.
HSL color Cylindrical-coordinate representation of color #9F6817: hue angle of 35.74º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F6817 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 23 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.38 |
| HSL | 35.74º | 0.75% | 0.36% | - |
| HSV(B) | 35.74º | 0.86% | 0.62% | - |
| XYZ | 19.4 | 17.33 | 3.13 | - |
| YUV | 111.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 23 | 0 | 0.35 | 0.86 | 0.38 | 35.74 | 0.75 | 0.36 |
| Hex | 9F | 68 | 17 | 0 | 23 | 56 | 26 | 24 | 4B | 24 |
| Octal | 237 | 150 | 27 | 0 | 43 | 126 | 46 | 44 | 113 | 44 |
| Binary | 10011111 | 1101000 | 10111 | 0 | 100011 | 1010110 | 100110 | 100100 | 1001011 | 100100 |
Color Harmonies of #9F6817
Complementary color
Monochromatic Colors of #9F6817
Black with #9F6817
Text Example
Text Example
White with #9F6817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6817; }
p { color: rgb(159,104,23); }
H1.HeaderClassName
{
color: #9F6817;
}
.AnyTagClassName
{
color: #9F6817;
}
</style>
background-color css
<style>
a { background-color: #9F6817; }
a { background-color: rgb(159,104,23); }
div.DivClassName
{
background-color: #9F6817;
}
.BgClassName
{
background-color: #9F6817;
}
</style>
border-color css
<style>
span { border-color: #9F6817; }
span { border-color: rgb(159,104,23); }
td.TdClassName
{
border-color: #9F6817;
}
.TagClassName
{
border-color: #9F6817;
}
</style>