Shades of Golden Brown #9F6717
Tints of Golden Brown #9F6717
RGB
CMYK
RGB Variations
Color information
#9F6717 (or 0x9F6717) is known color: Golden Brown. HEX triplet: 9F, 67 and 17. RGB value is (159,103,23). Sum of RGB (Red+Green+Blue) = 159+103+23=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 103 (40.62% from 255 or 36.14% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6717 is #6098E8. Grayscale: #6F6F6F. Windows color (decimal): -6330601 or 1533855. OLE color: 1533855.
HSL color Cylindrical-coordinate representation of color #9F6717: hue angle of 35.29º 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 #9F6717 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 23 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.38 |
| HSL | 35.29º | 0.75% | 0.36% | - |
| HSV(B) | 35.29º | 0.86% | 0.62% | - |
| XYZ | 19.3 | 17.13 | 3.1 | - |
| YUV | 110.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 23 | 0 | 0.35 | 0.86 | 0.38 | 35.29 | 0.75 | 0.36 |
| Hex | 9F | 67 | 17 | 0 | 23 | 56 | 26 | 23 | 4B | 24 |
| Octal | 237 | 147 | 27 | 0 | 43 | 126 | 46 | 43 | 113 | 44 |
| Binary | 10011111 | 1100111 | 10111 | 0 | 100011 | 1010110 | 100110 | 100011 | 1001011 | 100100 |
Color Harmonies of #9F6717
Complementary color
Monochromatic Colors of #9F6717
Black with #9F6717
Text Example
Text Example
White with #9F6717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6717; }
p { color: rgb(159,103,23); }
H1.HeaderClassName
{
color: #9F6717;
}
.AnyTagClassName
{
color: #9F6717;
}
</style>
background-color css
<style>
a { background-color: #9F6717; }
a { background-color: rgb(159,103,23); }
div.DivClassName
{
background-color: #9F6717;
}
.BgClassName
{
background-color: #9F6717;
}
</style>
border-color css
<style>
span { border-color: #9F6717; }
span { border-color: rgb(159,103,23); }
td.TdClassName
{
border-color: #9F6717;
}
.TagClassName
{
border-color: #9F6717;
}
</style>