Shades of Golden Brown #9C6A14
Tints of Golden Brown #9C6A14
RGB
CMYK
RGB Variations
Color information
#9C6A14 (or 0x9C6A14) is known color: Golden Brown. HEX triplet: 9C, 6A and 14. RGB value is (156,106,20). Sum of RGB (Red+Green+Blue) = 156+106+20=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6A14 is #6395EB. Grayscale: #6F6F6F. Windows color (decimal): -6526444 or 1338012. OLE color: 1338012.
HSL color Cylindrical-coordinate representation of color #9C6A14: hue angle of 37.94º degrees, saturation: 0.77, 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 #9C6A14 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 20 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.39 |
| HSL | 37.94º | 0.77% | 0.35% | - |
| HSV(B) | 37.94º | 0.87% | 0.61% | - |
| XYZ | 18.99 | 17.43 | 3.02 | - |
| YUV | 111.15 | 76.57 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 20 | 0 | 0.32 | 0.87 | 0.39 | 37.94 | 0.77 | 0.35 |
| Hex | 9C | 6A | 14 | 0 | 20 | 57 | 27 | 26 | 4D | 23 |
| Octal | 234 | 152 | 24 | 0 | 40 | 127 | 47 | 46 | 115 | 43 |
| Binary | 10011100 | 1101010 | 10100 | 0 | 100000 | 1010111 | 100111 | 100110 | 1001101 | 100011 |
Color Harmonies of #9C6A14
Complementary color
Monochromatic Colors of #9C6A14
Black with #9C6A14
Text Example
Text Example
White with #9C6A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A14; }
p { color: rgb(156,106,20); }
H1.HeaderClassName
{
color: #9C6A14;
}
.AnyTagClassName
{
color: #9C6A14;
}
</style>
background-color css
<style>
a { background-color: #9C6A14; }
a { background-color: rgb(156,106,20); }
div.DivClassName
{
background-color: #9C6A14;
}
.BgClassName
{
background-color: #9C6A14;
}
</style>
border-color css
<style>
span { border-color: #9C6A14; }
span { border-color: rgb(156,106,20); }
td.TdClassName
{
border-color: #9C6A14;
}
.TagClassName
{
border-color: #9C6A14;
}
</style>