Shades of Golden Brown #9C5611
Tints of Golden Brown #9C5611
RGB
CMYK
RGB Variations
Color information
#9C5611 (or 0x9C5611) is known color: Golden Brown. HEX triplet: 9C, 56 and 11. RGB value is (156,86,17). Sum of RGB (Red+Green+Blue) = 156+86+17=259 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.23% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5611 is #63A9EE. Grayscale: #636363. Windows color (decimal): -6531567 or 1136284. OLE color: 1136284.
HSL color Cylindrical-coordinate representation of color #9C5611: hue angle of 29.78º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C5611 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 17 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.39 |
| HSL | 29.78º | 0.8% | 0.34% | - |
| HSV(B) | 29.78º | 0.89% | 0.61% | - |
| XYZ | 17.14 | 13.76 | 2.28 | - |
| YUV | 99.06 | 81.69 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 17 | 0 | 0.45 | 0.89 | 0.39 | 29.78 | 0.8 | 0.34 |
| Hex | 9C | 56 | 11 | 0 | 2D | 59 | 27 | 1E | 50 | 22 |
| Octal | 234 | 126 | 21 | 0 | 55 | 131 | 47 | 36 | 120 | 42 |
| Binary | 10011100 | 1010110 | 10001 | 0 | 101101 | 1011001 | 100111 | 11110 | 1010000 | 100010 |
Color Harmonies of #9C5611
Complementary color
Monochromatic Colors of #9C5611
Black with #9C5611
Text Example
Text Example
White with #9C5611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5611; }
p { color: rgb(156,86,17); }
H1.HeaderClassName
{
color: #9C5611;
}
.AnyTagClassName
{
color: #9C5611;
}
</style>
background-color css
<style>
a { background-color: #9C5611; }
a { background-color: rgb(156,86,17); }
div.DivClassName
{
background-color: #9C5611;
}
.BgClassName
{
background-color: #9C5611;
}
</style>
border-color css
<style>
span { border-color: #9C5611; }
span { border-color: rgb(156,86,17); }
td.TdClassName
{
border-color: #9C5611;
}
.TagClassName
{
border-color: #9C5611;
}
</style>