Shades of Golden Brown #9F5608
Tints of Golden Brown #9F5608
RGB
CMYK
RGB Variations
Color information
#9F5608 (or 0x9F5608) is known color: Golden Brown. HEX triplet: 9F, 56 and 08. RGB value is (159,86,8). Sum of RGB (Red+Green+Blue) = 159+86+8=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5608 is #60A9F7. Grayscale: #636363. Windows color (decimal): -6334968 or 546463. OLE color: 546463.
HSL color Cylindrical-coordinate representation of color #9F5608: hue angle of 30.99º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F5608 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 8 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.38 |
| HSL | 30.99º | 0.9% | 0.33% | - |
| HSV(B) | 30.99º | 0.95% | 0.62% | - |
| XYZ | 17.67 | 14.04 | 2.01 | - |
| YUV | 98.94 | 76.68 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 8 | 0 | 0.46 | 0.95 | 0.38 | 30.99 | 0.9 | 0.33 |
| Hex | 9F | 56 | 8 | 0 | 2E | 5F | 26 | 1F | 5A | 21 |
| Octal | 237 | 126 | 10 | 0 | 56 | 137 | 46 | 37 | 132 | 41 |
| Binary | 10011111 | 1010110 | 1000 | 0 | 101110 | 1011111 | 100110 | 11111 | 1011010 | 100001 |
Color Harmonies of #9F5608
Complementary color
Monochromatic Colors of #9F5608
Black with #9F5608
Text Example
Text Example
White with #9F5608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5608; }
p { color: rgb(159,86,8); }
H1.HeaderClassName
{
color: #9F5608;
}
.AnyTagClassName
{
color: #9F5608;
}
</style>
background-color css
<style>
a { background-color: #9F5608; }
a { background-color: rgb(159,86,8); }
div.DivClassName
{
background-color: #9F5608;
}
.BgClassName
{
background-color: #9F5608;
}
</style>
border-color css
<style>
span { border-color: #9F5608; }
span { border-color: rgb(159,86,8); }
td.TdClassName
{
border-color: #9F5608;
}
.TagClassName
{
border-color: #9F5608;
}
</style>