Shades of Rich Gold #9F4617
Tints of Rich Gold #9F4617
RGB
CMYK
RGB Variations
Color information
#9F4617 (or 0x9F4617) is known color: Rich Gold. HEX triplet: 9F, 46 and 17. RGB value is (159,70,23). Sum of RGB (Red+Green+Blue) = 159+70+23=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4617 is #60B9E8. Grayscale: #5B5B5B. Windows color (decimal): -6339049 or 1525407. OLE color: 1525407.
HSL color Cylindrical-coordinate representation of color #9F4617: hue angle of 20.74º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F4617 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 23 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.38 |
| HSL | 20.74º | 0.75% | 0.36% | - |
| HSV(B) | 20.74º | 0.86% | 0.62% | - |
| XYZ | 16.64 | 11.81 | 2.21 | - |
| YUV | 91.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 23 | 0 | 0.56 | 0.86 | 0.38 | 20.74 | 0.75 | 0.36 |
| Hex | 9F | 46 | 17 | 0 | 38 | 56 | 26 | 15 | 4B | 24 |
| Octal | 237 | 106 | 27 | 0 | 70 | 126 | 46 | 25 | 113 | 44 |
| Binary | 10011111 | 1000110 | 10111 | 0 | 111000 | 1010110 | 100110 | 10101 | 1001011 | 100100 |
Color Harmonies of #9F4617
Complementary color
Monochromatic Colors of #9F4617
Black with #9F4617
Text Example
Text Example
White with #9F4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4617; }
p { color: rgb(159,70,23); }
H1.HeaderClassName
{
color: #9F4617;
}
.AnyTagClassName
{
color: #9F4617;
}
</style>
background-color css
<style>
a { background-color: #9F4617; }
a { background-color: rgb(159,70,23); }
div.DivClassName
{
background-color: #9F4617;
}
.BgClassName
{
background-color: #9F4617;
}
</style>
border-color css
<style>
span { border-color: #9F4617; }
span { border-color: rgb(159,70,23); }
td.TdClassName
{
border-color: #9F4617;
}
.TagClassName
{
border-color: #9F4617;
}
</style>