Shades of Golden Brown #9C7607
Tints of Golden Brown #9C7607
RGB
CMYK
RGB Variations
Color information
#9C7607 (or 0x9C7607) is known color: Golden Brown. HEX triplet: 9C, 76 and 07. RGB value is (156,118,7). Sum of RGB (Red+Green+Blue) = 156+118+7=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7607 is #6389F8. Grayscale: #757575. Windows color (decimal): -6523385 or 489116. OLE color: 489116.
HSL color Cylindrical-coordinate representation of color #9C7607: hue angle of 44.7º degrees, saturation: 0.91, 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 #9C7607 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 7 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.39 |
| HSL | 44.7º | 0.91% | 0.32% | - |
| HSV(B) | 44.7º | 0.96% | 0.61% | - |
| XYZ | 20.23 | 20.04 | 3 | - |
| YUV | 116.71 | 66.09 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 7 | 0 | 0.24 | 0.96 | 0.39 | 44.7 | 0.91 | 0.32 |
| Hex | 9C | 76 | 7 | 0 | 18 | 60 | 27 | 2D | 5B | 20 |
| Octal | 234 | 166 | 7 | 0 | 30 | 140 | 47 | 55 | 133 | 40 |
| Binary | 10011100 | 1110110 | 111 | 0 | 11000 | 1100000 | 100111 | 101101 | 1011011 | 100000 |
Color Harmonies of #9C7607
Complementary color
Monochromatic Colors of #9C7607
Black with #9C7607
Text Example
Text Example
White with #9C7607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7607; }
p { color: rgb(156,118,7); }
H1.HeaderClassName
{
color: #9C7607;
}
.AnyTagClassName
{
color: #9C7607;
}
</style>
background-color css
<style>
a { background-color: #9C7607; }
a { background-color: rgb(156,118,7); }
div.DivClassName
{
background-color: #9C7607;
}
.BgClassName
{
background-color: #9C7607;
}
</style>
border-color css
<style>
span { border-color: #9C7607; }
span { border-color: rgb(156,118,7); }
td.TdClassName
{
border-color: #9C7607;
}
.TagClassName
{
border-color: #9C7607;
}
</style>