Shades of Golden Brown #9C6C1E
Tints of Golden Brown #9C6C1E
RGB
CMYK
RGB Variations
Color information
#9C6C1E (or 0x9C6C1E) is known color: Golden Brown. HEX triplet: 9C, 6C and 1E. RGB value is (156,108,30). Sum of RGB (Red+Green+Blue) = 156+108+30=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6C1E is #6393E1. Grayscale: #717171. Windows color (decimal): -6525922 or 1993884. OLE color: 1993884.
HSL color Cylindrical-coordinate representation of color #9C6C1E: hue angle of 37.14º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C6C1E is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 108 | 30 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.39 |
| HSL | 37.14º | 0.68% | 0.36% | - |
| HSV(B) | 37.14º | 0.81% | 0.61% | - |
| XYZ | 19.31 | 17.89 | 3.66 | - |
| YUV | 113.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 108 | 30 | 0 | 0.31 | 0.81 | 0.39 | 37.14 | 0.68 | 0.36 |
| Hex | 9C | 6C | 1E | 0 | 1F | 51 | 27 | 25 | 44 | 24 |
| Octal | 234 | 154 | 36 | 0 | 37 | 121 | 47 | 45 | 104 | 44 |
| Binary | 10011100 | 1101100 | 11110 | 0 | 11111 | 1010001 | 100111 | 100101 | 1000100 | 100100 |
Color Harmonies of #9C6C1E
Complementary color
Monochromatic Colors of #9C6C1E
Black with #9C6C1E
Text Example
Text Example
White with #9C6C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6C1E; }
p { color: rgb(156,108,30); }
H1.HeaderClassName
{
color: #9C6C1E;
}
.AnyTagClassName
{
color: #9C6C1E;
}
</style>
background-color css
<style>
a { background-color: #9C6C1E; }
a { background-color: rgb(156,108,30); }
div.DivClassName
{
background-color: #9C6C1E;
}
.BgClassName
{
background-color: #9C6C1E;
}
</style>
border-color css
<style>
span { border-color: #9C6C1E; }
span { border-color: rgb(156,108,30); }
td.TdClassName
{
border-color: #9C6C1E;
}
.TagClassName
{
border-color: #9C6C1E;
}
</style>