Shades of Golden Brown #9C6B1E
Tints of Golden Brown #9C6B1E
RGB
CMYK
RGB Variations
Color information
#9C6B1E (or 0x9C6B1E) is known color: Golden Brown. HEX triplet: 9C, 6B and 1E. RGB value is (156,107,30). Sum of RGB (Red+Green+Blue) = 156+107+30=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 107 (42.19% from 255 or 36.52% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6B1E is #6394E1. Grayscale: #717171. Windows color (decimal): -6526178 or 1993628. OLE color: 1993628.
HSL color Cylindrical-coordinate representation of color #9C6B1E: hue angle of 36.67º 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 #9C6B1E is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 107 | 30 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.39 |
| HSL | 36.67º | 0.68% | 0.36% | - |
| HSV(B) | 36.67º | 0.81% | 0.61% | - |
| XYZ | 19.2 | 17.68 | 3.63 | - |
| YUV | 112.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 30 | 0 | 0.31 | 0.81 | 0.39 | 36.67 | 0.68 | 0.36 |
| Hex | 9C | 6B | 1E | 0 | 1F | 51 | 27 | 25 | 44 | 24 |
| Octal | 234 | 153 | 36 | 0 | 37 | 121 | 47 | 45 | 104 | 44 |
| Binary | 10011100 | 1101011 | 11110 | 0 | 11111 | 1010001 | 100111 | 100101 | 1000100 | 100100 |
Color Harmonies of #9C6B1E
Complementary color
Monochromatic Colors of #9C6B1E
Black with #9C6B1E
Text Example
Text Example
White with #9C6B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6B1E; }
p { color: rgb(156,107,30); }
H1.HeaderClassName
{
color: #9C6B1E;
}
.AnyTagClassName
{
color: #9C6B1E;
}
</style>
background-color css
<style>
a { background-color: #9C6B1E; }
a { background-color: rgb(156,107,30); }
div.DivClassName
{
background-color: #9C6B1E;
}
.BgClassName
{
background-color: #9C6B1E;
}
</style>
border-color css
<style>
span { border-color: #9C6B1E; }
span { border-color: rgb(156,107,30); }
td.TdClassName
{
border-color: #9C6B1E;
}
.TagClassName
{
border-color: #9C6B1E;
}
</style>