Shades of Golden Brown #9F5615
Tints of Golden Brown #9F5615
RGB
CMYK
RGB Variations
Color information
#9F5615 (or 0x9F5615) is known color: Golden Brown. HEX triplet: 9F, 56 and 15. RGB value is (159,86,21). Sum of RGB (Red+Green+Blue) = 159+86+21=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5615 is #60A9EA. Grayscale: #646464. Windows color (decimal): -6334955 or 1398431. OLE color: 1398431.
HSL color Cylindrical-coordinate representation of color #9F5615: hue angle of 28.26º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F5615 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 21 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.38 |
| HSL | 28.26º | 0.77% | 0.35% | - |
| HSV(B) | 28.26º | 0.87% | 0.62% | - |
| XYZ | 17.76 | 14.08 | 2.49 | - |
| YUV | 100.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 21 | 0 | 0.46 | 0.87 | 0.38 | 28.26 | 0.77 | 0.35 |
| Hex | 9F | 56 | 15 | 0 | 2E | 57 | 26 | 1C | 4D | 23 |
| Octal | 237 | 126 | 25 | 0 | 56 | 127 | 46 | 34 | 115 | 43 |
| Binary | 10011111 | 1010110 | 10101 | 0 | 101110 | 1010111 | 100110 | 11100 | 1001101 | 100011 |
Color Harmonies of #9F5615
Complementary color
Monochromatic Colors of #9F5615
Black with #9F5615
Text Example
Text Example
White with #9F5615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5615; }
p { color: rgb(159,86,21); }
H1.HeaderClassName
{
color: #9F5615;
}
.AnyTagClassName
{
color: #9F5615;
}
</style>
background-color css
<style>
a { background-color: #9F5615; }
a { background-color: rgb(159,86,21); }
div.DivClassName
{
background-color: #9F5615;
}
.BgClassName
{
background-color: #9F5615;
}
</style>
border-color css
<style>
span { border-color: #9F5615; }
span { border-color: rgb(159,86,21); }
td.TdClassName
{
border-color: #9F5615;
}
.TagClassName
{
border-color: #9F5615;
}
</style>