Shades of Rich Gold #9F4619
Tints of Rich Gold #9F4619
RGB
CMYK
RGB Variations
Color information
#9F4619 (or 0x9F4619) is known color: Rich Gold. HEX triplet: 9F, 46 and 19. RGB value is (159,70,25). Sum of RGB (Red+Green+Blue) = 159+70+25=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4619 is #60B9E6. Grayscale: #5B5B5B. Windows color (decimal): -6339047 or 1656479. OLE color: 1656479.
HSL color Cylindrical-coordinate representation of color #9F4619: hue angle of 20.15º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F4619 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 70 | 25 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.38 |
| HSL | 20.15º | 0.73% | 0.36% | - |
| HSV(B) | 20.15º | 0.84% | 0.62% | - |
| XYZ | 16.66 | 11.82 | 2.32 | - |
| YUV | 91.48 | 90.49 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 70 | 25 | 0 | 0.56 | 0.84 | 0.38 | 20.15 | 0.73 | 0.36 |
| Hex | 9F | 46 | 19 | 0 | 38 | 54 | 26 | 14 | 49 | 24 |
| Octal | 237 | 106 | 31 | 0 | 70 | 124 | 46 | 24 | 111 | 44 |
| Binary | 10011111 | 1000110 | 11001 | 0 | 111000 | 1010100 | 100110 | 10100 | 1001001 | 100100 |
Color Harmonies of #9F4619
Complementary color
Monochromatic Colors of #9F4619
Black with #9F4619
Text Example
Text Example
White with #9F4619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4619; }
p { color: rgb(159,70,25); }
H1.HeaderClassName
{
color: #9F4619;
}
.AnyTagClassName
{
color: #9F4619;
}
</style>
background-color css
<style>
a { background-color: #9F4619; }
a { background-color: rgb(159,70,25); }
div.DivClassName
{
background-color: #9F4619;
}
.BgClassName
{
background-color: #9F4619;
}
</style>
border-color css
<style>
span { border-color: #9F4619; }
span { border-color: rgb(159,70,25); }
td.TdClassName
{
border-color: #9F4619;
}
.TagClassName
{
border-color: #9F4619;
}
</style>