Shades of Golden Brown #9C6A20
Tints of Golden Brown #9C6A20
RGB
CMYK
RGB Variations
Color information
#9C6A20 (or 0x9C6A20) is known color: Golden Brown. HEX triplet: 9C, 6A and 20. RGB value is (156,106,32). Sum of RGB (Red+Green+Blue) = 156+106+32=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6A20 is #6395DF. Grayscale: #707070. Windows color (decimal): -6526432 or 2124444. OLE color: 2124444.
HSL color Cylindrical-coordinate representation of color #9C6A20: hue angle of 35.81º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C6A20 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 32 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.39 |
| HSL | 35.81º | 0.66% | 0.37% | - |
| HSV(B) | 35.81º | 0.79% | 0.61% | - |
| XYZ | 19.13 | 17.48 | 3.73 | - |
| YUV | 112.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 32 | 0 | 0.32 | 0.79 | 0.39 | 35.81 | 0.66 | 0.37 |
| Hex | 9C | 6A | 20 | 0 | 20 | 4F | 27 | 24 | 42 | 25 |
| Octal | 234 | 152 | 40 | 0 | 40 | 117 | 47 | 44 | 102 | 45 |
| Binary | 10011100 | 1101010 | 100000 | 0 | 100000 | 1001111 | 100111 | 100100 | 1000010 | 100101 |
Color Harmonies of #9C6A20
Complementary color
Monochromatic Colors of #9C6A20
Black with #9C6A20
Text Example
Text Example
White with #9C6A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A20; }
p { color: rgb(156,106,32); }
H1.HeaderClassName
{
color: #9C6A20;
}
.AnyTagClassName
{
color: #9C6A20;
}
</style>
background-color css
<style>
a { background-color: #9C6A20; }
a { background-color: rgb(156,106,32); }
div.DivClassName
{
background-color: #9C6A20;
}
.BgClassName
{
background-color: #9C6A20;
}
</style>
border-color css
<style>
span { border-color: #9C6A20; }
span { border-color: rgb(156,106,32); }
td.TdClassName
{
border-color: #9C6A20;
}
.TagClassName
{
border-color: #9C6A20;
}
</style>