Shades of Rich Gold #9C5A26
Tints of Rich Gold #9C5A26
RGB
CMYK
RGB Variations
Color information
#9C5A26 (or 0x9C5A26) is known color: Rich Gold. HEX triplet: 9C, 5A and 26. RGB value is (156,90,38). Sum of RGB (Red+Green+Blue) = 156+90+38=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5A26 is #63A5D9. Grayscale: #686868. Windows color (decimal): -6530522 or 2513564. OLE color: 2513564.
HSL color Cylindrical-coordinate representation of color #9C5A26: hue angle of 26.44º degrees, saturation: 0.61, 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 #9C5A26 is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 90 | 38 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.39 |
| HSL | 26.44º | 0.61% | 0.38% | - |
| HSV(B) | 26.44º | 0.76% | 0.61% | - |
| XYZ | 17.72 | 14.52 | 3.7 | - |
| YUV | 103.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 38 | 0 | 0.42 | 0.76 | 0.39 | 26.44 | 0.61 | 0.38 |
| Hex | 9C | 5A | 26 | 0 | 2A | 4C | 27 | 1A | 3D | 26 |
| Octal | 234 | 132 | 46 | 0 | 52 | 114 | 47 | 32 | 75 | 46 |
| Binary | 10011100 | 1011010 | 100110 | 0 | 101010 | 1001100 | 100111 | 11010 | 111101 | 100110 |
Color Harmonies of #9C5A26
Complementary color
Monochromatic Colors of #9C5A26
Black with #9C5A26
Text Example
Text Example
White with #9C5A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5A26; }
p { color: rgb(156,90,38); }
H1.HeaderClassName
{
color: #9C5A26;
}
.AnyTagClassName
{
color: #9C5A26;
}
</style>
background-color css
<style>
a { background-color: #9C5A26; }
a { background-color: rgb(156,90,38); }
div.DivClassName
{
background-color: #9C5A26;
}
.BgClassName
{
background-color: #9C5A26;
}
</style>
border-color css
<style>
span { border-color: #9C5A26; }
span { border-color: rgb(156,90,38); }
td.TdClassName
{
border-color: #9C5A26;
}
.TagClassName
{
border-color: #9C5A26;
}
</style>