Shades of Rich Gold #9F5617
Tints of Rich Gold #9F5617
RGB
CMYK
RGB Variations
Color information
#9F5617 (or 0x9F5617) is known color: Rich Gold. HEX triplet: 9F, 56 and 17. RGB value is (159,86,23). Sum of RGB (Red+Green+Blue) = 159+86+23=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5617 is #60A9E8. Grayscale: #646464. Windows color (decimal): -6334953 or 1529503. OLE color: 1529503.
HSL color Cylindrical-coordinate representation of color #9F5617: hue angle of 27.79º 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 #9F5617 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 23 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.38 |
| HSL | 27.79º | 0.75% | 0.36% | - |
| HSV(B) | 27.79º | 0.86% | 0.62% | - |
| XYZ | 17.78 | 14.09 | 2.59 | - |
| YUV | 100.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 23 | 0 | 0.46 | 0.86 | 0.38 | 27.79 | 0.75 | 0.36 |
| Hex | 9F | 56 | 17 | 0 | 2E | 56 | 26 | 1C | 4B | 24 |
| Octal | 237 | 126 | 27 | 0 | 56 | 126 | 46 | 34 | 113 | 44 |
| Binary | 10011111 | 1010110 | 10111 | 0 | 101110 | 1010110 | 100110 | 11100 | 1001011 | 100100 |
Color Harmonies of #9F5617
Complementary color
Monochromatic Colors of #9F5617
Black with #9F5617
Text Example
Text Example
White with #9F5617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5617; }
p { color: rgb(159,86,23); }
H1.HeaderClassName
{
color: #9F5617;
}
.AnyTagClassName
{
color: #9F5617;
}
</style>
background-color css
<style>
a { background-color: #9F5617; }
a { background-color: rgb(159,86,23); }
div.DivClassName
{
background-color: #9F5617;
}
.BgClassName
{
background-color: #9F5617;
}
</style>
border-color css
<style>
span { border-color: #9F5617; }
span { border-color: rgb(159,86,23); }
td.TdClassName
{
border-color: #9F5617;
}
.TagClassName
{
border-color: #9F5617;
}
</style>