Shades of Rich Gold #9E4C16
Tints of Rich Gold #9E4C16
RGB
CMYK
RGB Variations
Color information
#9E4C16 (or 0x9E4C16) is known color: Rich Gold. HEX triplet: 9E, 4C and 16. RGB value is (158,76,22). Sum of RGB (Red+Green+Blue) = 158+76+22=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4C16 is #61B3E9. Grayscale: #5E5E5E. Windows color (decimal): -6403050 or 1461406. OLE color: 1461406.
HSL color Cylindrical-coordinate representation of color #9E4C16: hue angle of 23.82º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E4C16 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 22 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.38 |
| HSL | 23.82º | 0.76% | 0.35% | - |
| HSV(B) | 23.82º | 0.86% | 0.62% | - |
| XYZ | 16.83 | 12.5 | 2.28 | - |
| YUV | 94.36 | 87.17 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 22 | 0 | 0.52 | 0.86 | 0.38 | 23.82 | 0.76 | 0.35 |
| Hex | 9E | 4C | 16 | 0 | 34 | 56 | 26 | 18 | 4C | 23 |
| Octal | 236 | 114 | 26 | 0 | 64 | 126 | 46 | 30 | 114 | 43 |
| Binary | 10011110 | 1001100 | 10110 | 0 | 110100 | 1010110 | 100110 | 11000 | 1001100 | 100011 |
Color Harmonies of #9E4C16
Complementary color
Monochromatic Colors of #9E4C16
Black with #9E4C16
Text Example
Text Example
White with #9E4C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C16; }
p { color: rgb(158,76,22); }
H1.HeaderClassName
{
color: #9E4C16;
}
.AnyTagClassName
{
color: #9E4C16;
}
</style>
background-color css
<style>
a { background-color: #9E4C16; }
a { background-color: rgb(158,76,22); }
div.DivClassName
{
background-color: #9E4C16;
}
.BgClassName
{
background-color: #9E4C16;
}
</style>
border-color css
<style>
span { border-color: #9E4C16; }
span { border-color: rgb(158,76,22); }
td.TdClassName
{
border-color: #9E4C16;
}
.TagClassName
{
border-color: #9E4C16;
}
</style>