Shades of Golden Brown #9C6A15
Tints of Golden Brown #9C6A15
RGB
CMYK
RGB Variations
Color information
#9C6A15 (or 0x9C6A15) is known color: Golden Brown. HEX triplet: 9C, 6A and 15. RGB value is (156,106,21). Sum of RGB (Red+Green+Blue) = 156+106+21=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6A15 is #6395EA. Grayscale: #6F6F6F. Windows color (decimal): -6526443 or 1403548. OLE color: 1403548.
HSL color Cylindrical-coordinate representation of color #9C6A15: hue angle of 37.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C6A15 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 21 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.39 |
| HSL | 37.78º | 0.76% | 0.35% | - |
| HSV(B) | 37.78º | 0.87% | 0.61% | - |
| XYZ | 19 | 17.43 | 3.07 | - |
| YUV | 111.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 21 | 0 | 0.32 | 0.87 | 0.39 | 37.78 | 0.76 | 0.35 |
| Hex | 9C | 6A | 15 | 0 | 20 | 57 | 27 | 26 | 4C | 23 |
| Octal | 234 | 152 | 25 | 0 | 40 | 127 | 47 | 46 | 114 | 43 |
| Binary | 10011100 | 1101010 | 10101 | 0 | 100000 | 1010111 | 100111 | 100110 | 1001100 | 100011 |
Color Harmonies of #9C6A15
Complementary color
Monochromatic Colors of #9C6A15
Black with #9C6A15
Text Example
Text Example
White with #9C6A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A15; }
p { color: rgb(156,106,21); }
H1.HeaderClassName
{
color: #9C6A15;
}
.AnyTagClassName
{
color: #9C6A15;
}
</style>
background-color css
<style>
a { background-color: #9C6A15; }
a { background-color: rgb(156,106,21); }
div.DivClassName
{
background-color: #9C6A15;
}
.BgClassName
{
background-color: #9C6A15;
}
</style>
border-color css
<style>
span { border-color: #9C6A15; }
span { border-color: rgb(156,106,21); }
td.TdClassName
{
border-color: #9C6A15;
}
.TagClassName
{
border-color: #9C6A15;
}
</style>