Shades of Golden Brown #9C5D16
Tints of Golden Brown #9C5D16
RGB
CMYK
RGB Variations
Color information
#9C5D16 (or 0x9C5D16) is known color: Golden Brown. HEX triplet: 9C, 5D and 16. RGB value is (156,93,22). Sum of RGB (Red+Green+Blue) = 156+93+22=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5D16 is #63A2E9. Grayscale: #686868. Windows color (decimal): -6529770 or 1465756. OLE color: 1465756.
HSL color Cylindrical-coordinate representation of color #9C5D16: hue angle of 31.79º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C5D16 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 93 | 22 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.39 |
| HSL | 31.79º | 0.75% | 0.35% | - |
| HSV(B) | 31.79º | 0.86% | 0.61% | - |
| XYZ | 17.77 | 14.95 | 2.71 | - |
| YUV | 103.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 22 | 0 | 0.40 | 0.86 | 0.39 | 31.79 | 0.75 | 0.35 |
| Hex | 9C | 5D | 16 | 0 | 28 | 56 | 27 | 20 | 4B | 23 |
| Octal | 234 | 135 | 26 | 0 | 50 | 126 | 47 | 40 | 113 | 43 |
| Binary | 10011100 | 1011101 | 10110 | 0 | 101000 | 1010110 | 100111 | 100000 | 1001011 | 100011 |
Color Harmonies of #9C5D16
Complementary color
Monochromatic Colors of #9C5D16
Black with #9C5D16
Text Example
Text Example
White with #9C5D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5D16; }
p { color: rgb(156,93,22); }
H1.HeaderClassName
{
color: #9C5D16;
}
.AnyTagClassName
{
color: #9C5D16;
}
</style>
background-color css
<style>
a { background-color: #9C5D16; }
a { background-color: rgb(156,93,22); }
div.DivClassName
{
background-color: #9C5D16;
}
.BgClassName
{
background-color: #9C5D16;
}
</style>
border-color css
<style>
span { border-color: #9C5D16; }
span { border-color: rgb(156,93,22); }
td.TdClassName
{
border-color: #9C5D16;
}
.TagClassName
{
border-color: #9C5D16;
}
</style>