Shades of Golden Brown #9C6817
Tints of Golden Brown #9C6817
RGB
CMYK
RGB Variations
Color information
#9C6817 (or 0x9C6817) is known color: Golden Brown. HEX triplet: 9C, 68 and 17. RGB value is (156,104,23). Sum of RGB (Red+Green+Blue) = 156+104+23=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C6817 is #6397E8. Grayscale: #6E6E6E. Windows color (decimal): -6526953 or 1534108. OLE color: 1534108.
HSL color Cylindrical-coordinate representation of color #9C6817: hue angle of 36.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C6817 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 23 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.39 |
| HSL | 36.54º | 0.74% | 0.35% | - |
| HSV(B) | 36.54º | 0.85% | 0.61% | - |
| XYZ | 18.82 | 17.03 | 3.11 | - |
| YUV | 110.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 23 | 0 | 0.33 | 0.85 | 0.39 | 36.54 | 0.74 | 0.35 |
| Hex | 9C | 68 | 17 | 0 | 21 | 55 | 27 | 25 | 4A | 23 |
| Octal | 234 | 150 | 27 | 0 | 41 | 125 | 47 | 45 | 112 | 43 |
| Binary | 10011100 | 1101000 | 10111 | 0 | 100001 | 1010101 | 100111 | 100101 | 1001010 | 100011 |
Color Harmonies of #9C6817
Complementary color
Monochromatic Colors of #9C6817
Black with #9C6817
Text Example
Text Example
White with #9C6817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6817; }
p { color: rgb(156,104,23); }
H1.HeaderClassName
{
color: #9C6817;
}
.AnyTagClassName
{
color: #9C6817;
}
</style>
background-color css
<style>
a { background-color: #9C6817; }
a { background-color: rgb(156,104,23); }
div.DivClassName
{
background-color: #9C6817;
}
.BgClassName
{
background-color: #9C6817;
}
</style>
border-color css
<style>
span { border-color: #9C6817; }
span { border-color: rgb(156,104,23); }
td.TdClassName
{
border-color: #9C6817;
}
.TagClassName
{
border-color: #9C6817;
}
</style>