Shades of Rich Gold #9F4516
Tints of Rich Gold #9F4516
RGB
CMYK
RGB Variations
Color information
#9F4516 (or 0x9F4516) is known color: Rich Gold. HEX triplet: 9F, 45 and 16. RGB value is (159,69,22). Sum of RGB (Red+Green+Blue) = 159+69+22=250 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.6% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4516 is #60BAE9. Grayscale: #5A5A5A. Windows color (decimal): -6339306 or 1459615. OLE color: 1459615.
HSL color Cylindrical-coordinate representation of color #9F4516: hue angle of 20.58º 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 #9F4516 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 69 | 22 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.38 |
| HSL | 20.58º | 0.76% | 0.35% | - |
| HSV(B) | 20.58º | 0.86% | 0.62% | - |
| XYZ | 16.57 | 11.69 | 2.14 | - |
| YUV | 90.55 | 89.32 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 69 | 22 | 0 | 0.57 | 0.86 | 0.38 | 20.58 | 0.76 | 0.35 |
| Hex | 9F | 45 | 16 | 0 | 39 | 56 | 26 | 15 | 4C | 23 |
| Octal | 237 | 105 | 26 | 0 | 71 | 126 | 46 | 25 | 114 | 43 |
| Binary | 10011111 | 1000101 | 10110 | 0 | 111001 | 1010110 | 100110 | 10101 | 1001100 | 100011 |
Color Harmonies of #9F4516
Complementary color
Monochromatic Colors of #9F4516
Black with #9F4516
Text Example
Text Example
White with #9F4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4516; }
p { color: rgb(159,69,22); }
H1.HeaderClassName
{
color: #9F4516;
}
.AnyTagClassName
{
color: #9F4516;
}
</style>
background-color css
<style>
a { background-color: #9F4516; }
a { background-color: rgb(159,69,22); }
div.DivClassName
{
background-color: #9F4516;
}
.BgClassName
{
background-color: #9F4516;
}
</style>
border-color css
<style>
span { border-color: #9F4516; }
span { border-color: rgb(159,69,22); }
td.TdClassName
{
border-color: #9F4516;
}
.TagClassName
{
border-color: #9F4516;
}
</style>