Shades of Golden Brown #9C5706
Tints of Golden Brown #9C5706
RGB
CMYK
RGB Variations
Color information
#9C5706 (or 0x9C5706) is known color: Golden Brown. HEX triplet: 9C, 57 and 06. RGB value is (156,87,6). Sum of RGB (Red+Green+Blue) = 156+87+6=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5706 is #63A8F9. Grayscale: #626262. Windows color (decimal): -6531322 or 415644. OLE color: 415644.
HSL color Cylindrical-coordinate representation of color #9C5706: hue angle of 32.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C5706 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 6 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.39 |
| HSL | 32.4º | 0.93% | 0.32% | - |
| HSV(B) | 32.4º | 0.96% | 0.61% | - |
| XYZ | 17.15 | 13.9 | 1.95 | - |
| YUV | 98.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 6 | 0 | 0.44 | 0.96 | 0.39 | 32.4 | 0.93 | 0.32 |
| Hex | 9C | 57 | 6 | 0 | 2C | 60 | 27 | 20 | 5D | 20 |
| Octal | 234 | 127 | 6 | 0 | 54 | 140 | 47 | 40 | 135 | 40 |
| Binary | 10011100 | 1010111 | 110 | 0 | 101100 | 1100000 | 100111 | 100000 | 1011101 | 100000 |
Color Harmonies of #9C5706
Complementary color
Monochromatic Colors of #9C5706
Black with #9C5706
Text Example
Text Example
White with #9C5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5706; }
p { color: rgb(156,87,6); }
H1.HeaderClassName
{
color: #9C5706;
}
.AnyTagClassName
{
color: #9C5706;
}
</style>
background-color css
<style>
a { background-color: #9C5706; }
a { background-color: rgb(156,87,6); }
div.DivClassName
{
background-color: #9C5706;
}
.BgClassName
{
background-color: #9C5706;
}
</style>
border-color css
<style>
span { border-color: #9C5706; }
span { border-color: rgb(156,87,6); }
td.TdClassName
{
border-color: #9C5706;
}
.TagClassName
{
border-color: #9C5706;
}
</style>