Shades of Golden Brown #9C7306
Tints of Golden Brown #9C7306
RGB
CMYK
RGB Variations
Color information
#9C7306 (or 0x9C7306) is known color: Golden Brown. HEX triplet: 9C, 73 and 06. RGB value is (156,115,6). Sum of RGB (Red+Green+Blue) = 156+115+6=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7306 is #638CF9. Grayscale: #737373. Windows color (decimal): -6524154 or 422812. OLE color: 422812.
HSL color Cylindrical-coordinate representation of color #9C7306: hue angle of 43.6º 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 #9C7306 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 6 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.39 |
| HSL | 43.6º | 0.93% | 0.32% | - |
| HSV(B) | 43.6º | 0.96% | 0.61% | - |
| XYZ | 19.87 | 19.34 | 2.86 | - |
| YUV | 114.83 | 66.58 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 6 | 0 | 0.26 | 0.96 | 0.39 | 43.6 | 0.93 | 0.32 |
| Hex | 9C | 73 | 6 | 0 | 1A | 60 | 27 | 2C | 5D | 20 |
| Octal | 234 | 163 | 6 | 0 | 32 | 140 | 47 | 54 | 135 | 40 |
| Binary | 10011100 | 1110011 | 110 | 0 | 11010 | 1100000 | 100111 | 101100 | 1011101 | 100000 |
Color Harmonies of #9C7306
Complementary color
Monochromatic Colors of #9C7306
Black with #9C7306
Text Example
Text Example
White with #9C7306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7306; }
p { color: rgb(156,115,6); }
H1.HeaderClassName
{
color: #9C7306;
}
.AnyTagClassName
{
color: #9C7306;
}
</style>
background-color css
<style>
a { background-color: #9C7306; }
a { background-color: rgb(156,115,6); }
div.DivClassName
{
background-color: #9C7306;
}
.BgClassName
{
background-color: #9C7306;
}
</style>
border-color css
<style>
span { border-color: #9C7306; }
span { border-color: rgb(156,115,6); }
td.TdClassName
{
border-color: #9C7306;
}
.TagClassName
{
border-color: #9C7306;
}
</style>