Shades of Rich Gold #9C5625
Tints of Rich Gold #9C5625
RGB
CMYK
RGB Variations
Color information
#9C5625 (or 0x9C5625) is known color: Rich Gold. HEX triplet: 9C, 56 and 25. RGB value is (156,86,37). Sum of RGB (Red+Green+Blue) = 156+86+37=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5625 is #63A9DA. Grayscale: #656565. Windows color (decimal): -6531547 or 2447004. OLE color: 2447004.
HSL color Cylindrical-coordinate representation of color #9C5625: hue angle of 24.71º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C5625 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 37 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.39 |
| HSL | 24.71º | 0.62% | 0.38% | - |
| HSV(B) | 24.71º | 0.76% | 0.61% | - |
| XYZ | 17.37 | 13.86 | 3.51 | - |
| YUV | 101.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 37 | 0 | 0.45 | 0.76 | 0.39 | 24.71 | 0.62 | 0.38 |
| Hex | 9C | 56 | 25 | 0 | 2D | 4C | 27 | 19 | 3E | 26 |
| Octal | 234 | 126 | 45 | 0 | 55 | 114 | 47 | 31 | 76 | 46 |
| Binary | 10011100 | 1010110 | 100101 | 0 | 101101 | 1001100 | 100111 | 11001 | 111110 | 100110 |
Color Harmonies of #9C5625
Complementary color
Monochromatic Colors of #9C5625
Black with #9C5625
Text Example
Text Example
White with #9C5625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5625; }
p { color: rgb(156,86,37); }
H1.HeaderClassName
{
color: #9C5625;
}
.AnyTagClassName
{
color: #9C5625;
}
</style>
background-color css
<style>
a { background-color: #9C5625; }
a { background-color: rgb(156,86,37); }
div.DivClassName
{
background-color: #9C5625;
}
.BgClassName
{
background-color: #9C5625;
}
</style>
border-color css
<style>
span { border-color: #9C5625; }
span { border-color: rgb(156,86,37); }
td.TdClassName
{
border-color: #9C5625;
}
.TagClassName
{
border-color: #9C5625;
}
</style>