Shades of Golden Brown #9C7906
Tints of Golden Brown #9C7906
RGB
CMYK
RGB Variations
Color information
#9C7906 (or 0x9C7906) is known color: Golden Brown. HEX triplet: 9C, 79 and 06. RGB value is (156,121,6). Sum of RGB (Red+Green+Blue) = 156+121+6=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7906 is #6386F9. Grayscale: #767676. Windows color (decimal): -6522618 or 424348. OLE color: 424348.
HSL color Cylindrical-coordinate representation of color #9C7906: hue angle of 46º 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 #9C7906 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 6 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.39 |
| HSL | 46º | 0.93% | 0.32% | - |
| HSV(B) | 46º | 0.96% | 0.61% | - |
| XYZ | 20.58 | 20.76 | 3.09 | - |
| YUV | 118.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 6 | 0 | 0.22 | 0.96 | 0.39 | 46 | 0.93 | 0.32 |
| Hex | 9C | 79 | 6 | 0 | 16 | 60 | 27 | 2E | 5D | 20 |
| Octal | 234 | 171 | 6 | 0 | 26 | 140 | 47 | 56 | 135 | 40 |
| Binary | 10011100 | 1111001 | 110 | 0 | 10110 | 1100000 | 100111 | 101110 | 1011101 | 100000 |
Color Harmonies of #9C7906
Complementary color
Monochromatic Colors of #9C7906
Black with #9C7906
Text Example
Text Example
White with #9C7906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7906; }
p { color: rgb(156,121,6); }
H1.HeaderClassName
{
color: #9C7906;
}
.AnyTagClassName
{
color: #9C7906;
}
</style>
background-color css
<style>
a { background-color: #9C7906; }
a { background-color: rgb(156,121,6); }
div.DivClassName
{
background-color: #9C7906;
}
.BgClassName
{
background-color: #9C7906;
}
</style>
border-color css
<style>
span { border-color: #9C7906; }
span { border-color: rgb(156,121,6); }
td.TdClassName
{
border-color: #9C7906;
}
.TagClassName
{
border-color: #9C7906;
}
</style>