Shades of Rich Gold #9F5116
Tints of Rich Gold #9F5116
RGB
CMYK
RGB Variations
Color information
#9F5116 (or 0x9F5116) is known color: Rich Gold. HEX triplet: 9F, 51 and 16. RGB value is (159,81,22). Sum of RGB (Red+Green+Blue) = 159+81+22=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5116 is #60AEE9. Grayscale: #616161. Windows color (decimal): -6336234 or 1462687. OLE color: 1462687.
HSL color Cylindrical-coordinate representation of color #9F5116: hue angle of 25.84º 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 #9F5116 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 22 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.38 |
| HSL | 25.84º | 0.76% | 0.35% | - |
| HSV(B) | 25.84º | 0.86% | 0.62% | - |
| XYZ | 17.39 | 13.31 | 2.41 | - |
| YUV | 97.6 | 85.34 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 22 | 0 | 0.49 | 0.86 | 0.38 | 25.84 | 0.76 | 0.35 |
| Hex | 9F | 51 | 16 | 0 | 31 | 56 | 26 | 1A | 4C | 23 |
| Octal | 237 | 121 | 26 | 0 | 61 | 126 | 46 | 32 | 114 | 43 |
| Binary | 10011111 | 1010001 | 10110 | 0 | 110001 | 1010110 | 100110 | 11010 | 1001100 | 100011 |
Color Harmonies of #9F5116
Complementary color
Monochromatic Colors of #9F5116
Black with #9F5116
Text Example
Text Example
White with #9F5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5116; }
p { color: rgb(159,81,22); }
H1.HeaderClassName
{
color: #9F5116;
}
.AnyTagClassName
{
color: #9F5116;
}
</style>
background-color css
<style>
a { background-color: #9F5116; }
a { background-color: rgb(159,81,22); }
div.DivClassName
{
background-color: #9F5116;
}
.BgClassName
{
background-color: #9F5116;
}
</style>
border-color css
<style>
span { border-color: #9F5116; }
span { border-color: rgb(159,81,22); }
td.TdClassName
{
border-color: #9F5116;
}
.TagClassName
{
border-color: #9F5116;
}
</style>