Shades of Rich Gold #9C5117
Tints of Rich Gold #9C5117
RGB
CMYK
RGB Variations
Color information
#9C5117 (or 0x9C5117) is known color: Rich Gold. HEX triplet: 9C, 51 and 17. RGB value is (156,81,23). Sum of RGB (Red+Green+Blue) = 156+81+23=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5117 is #63AEE8. Grayscale: #616161. Windows color (decimal): -6532841 or 1528220. OLE color: 1528220.
HSL color Cylindrical-coordinate representation of color #9C5117: hue angle of 26.17º 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 #9C5117 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 23 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.39 |
| HSL | 26.17º | 0.74% | 0.35% | - |
| HSV(B) | 26.17º | 0.85% | 0.61% | - |
| XYZ | 16.81 | 13.01 | 2.44 | - |
| YUV | 96.81 | 86.35 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 23 | 0 | 0.48 | 0.85 | 0.39 | 26.17 | 0.74 | 0.35 |
| Hex | 9C | 51 | 17 | 0 | 30 | 55 | 27 | 1A | 4A | 23 |
| Octal | 234 | 121 | 27 | 0 | 60 | 125 | 47 | 32 | 112 | 43 |
| Binary | 10011100 | 1010001 | 10111 | 0 | 110000 | 1010101 | 100111 | 11010 | 1001010 | 100011 |
Color Harmonies of #9C5117
Complementary color
Monochromatic Colors of #9C5117
Black with #9C5117
Text Example
Text Example
White with #9C5117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5117; }
p { color: rgb(156,81,23); }
H1.HeaderClassName
{
color: #9C5117;
}
.AnyTagClassName
{
color: #9C5117;
}
</style>
background-color css
<style>
a { background-color: #9C5117; }
a { background-color: rgb(156,81,23); }
div.DivClassName
{
background-color: #9C5117;
}
.BgClassName
{
background-color: #9C5117;
}
</style>
border-color css
<style>
span { border-color: #9C5117; }
span { border-color: rgb(156,81,23); }
td.TdClassName
{
border-color: #9C5117;
}
.TagClassName
{
border-color: #9C5117;
}
</style>