Shades of Golden Brown #9C6A09
Tints of Golden Brown #9C6A09
RGB
CMYK
RGB Variations
Color information
#9C6A09 (or 0x9C6A09) is known color: Golden Brown. HEX triplet: 9C, 6A and 09. RGB value is (156,106,9). Sum of RGB (Red+Green+Blue) = 156+106+9=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6A09 is #6395F6. Grayscale: #6E6E6E. Windows color (decimal): -6526455 or 617116. OLE color: 617116.
HSL color Cylindrical-coordinate representation of color #9C6A09: hue angle of 39.59º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C6A09 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 9 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.39 |
| HSL | 39.59º | 0.89% | 0.32% | - |
| HSV(B) | 39.59º | 0.94% | 0.61% | - |
| XYZ | 18.91 | 17.4 | 2.62 | - |
| YUV | 109.89 | 71.07 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 9 | 0 | 0.32 | 0.94 | 0.39 | 39.59 | 0.89 | 0.32 |
| Hex | 9C | 6A | 9 | 0 | 20 | 5E | 27 | 28 | 59 | 20 |
| Octal | 234 | 152 | 11 | 0 | 40 | 136 | 47 | 50 | 131 | 40 |
| Binary | 10011100 | 1101010 | 1001 | 0 | 100000 | 1011110 | 100111 | 101000 | 1011001 | 100000 |
Color Harmonies of #9C6A09
Complementary color
Monochromatic Colors of #9C6A09
Black with #9C6A09
Text Example
Text Example
White with #9C6A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A09; }
p { color: rgb(156,106,9); }
H1.HeaderClassName
{
color: #9C6A09;
}
.AnyTagClassName
{
color: #9C6A09;
}
</style>
background-color css
<style>
a { background-color: #9C6A09; }
a { background-color: rgb(156,106,9); }
div.DivClassName
{
background-color: #9C6A09;
}
.BgClassName
{
background-color: #9C6A09;
}
</style>
border-color css
<style>
span { border-color: #9C6A09; }
span { border-color: rgb(156,106,9); }
td.TdClassName
{
border-color: #9C6A09;
}
.TagClassName
{
border-color: #9C6A09;
}
</style>