Shades of Golden Brown #9C6810
Tints of Golden Brown #9C6810
RGB
CMYK
RGB Variations
Color information
#9C6810 (or 0x9C6810) is known color: Golden Brown. HEX triplet: 9C, 68 and 10. RGB value is (156,104,16). Sum of RGB (Red+Green+Blue) = 156+104+16=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6810 is #6397EF. Grayscale: #6D6D6D. Windows color (decimal): -6526960 or 1075356. OLE color: 1075356.
HSL color Cylindrical-coordinate representation of color #9C6810: hue angle of 37.71º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C6810 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 16 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.39 |
| HSL | 37.71º | 0.81% | 0.34% | - |
| HSV(B) | 37.71º | 0.9% | 0.61% | - |
| XYZ | 18.75 | 17.01 | 2.78 | - |
| YUV | 109.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 16 | 0 | 0.33 | 0.90 | 0.39 | 37.71 | 0.81 | 0.34 |
| Hex | 9C | 68 | 10 | 0 | 21 | 5A | 27 | 26 | 51 | 22 |
| Octal | 234 | 150 | 20 | 0 | 41 | 132 | 47 | 46 | 121 | 42 |
| Binary | 10011100 | 1101000 | 10000 | 0 | 100001 | 1011010 | 100111 | 100110 | 1010001 | 100010 |
Color Harmonies of #9C6810
Complementary color
Monochromatic Colors of #9C6810
Black with #9C6810
Text Example
Text Example
White with #9C6810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6810; }
p { color: rgb(156,104,16); }
H1.HeaderClassName
{
color: #9C6810;
}
.AnyTagClassName
{
color: #9C6810;
}
</style>
background-color css
<style>
a { background-color: #9C6810; }
a { background-color: rgb(156,104,16); }
div.DivClassName
{
background-color: #9C6810;
}
.BgClassName
{
background-color: #9C6810;
}
</style>
border-color css
<style>
span { border-color: #9C6810; }
span { border-color: rgb(156,104,16); }
td.TdClassName
{
border-color: #9C6810;
}
.TagClassName
{
border-color: #9C6810;
}
</style>