Shades of Rich Gold #9F511B
Tints of Rich Gold #9F511B
RGB
CMYK
RGB Variations
Color information
#9F511B (or 0x9F511B) is known color: Rich Gold. HEX triplet: 9F, 51 and 1B. RGB value is (159,81,27). Sum of RGB (Red+Green+Blue) = 159+81+27=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F511B is #60AEE4. Grayscale: #626262. Windows color (decimal): -6336229 or 1790367. OLE color: 1790367.
HSL color Cylindrical-coordinate representation of color #9F511B: hue angle of 24.55º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F511B is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 27 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.38 |
| HSL | 24.55º | 0.71% | 0.36% | - |
| HSV(B) | 24.55º | 0.83% | 0.62% | - |
| XYZ | 17.44 | 13.33 | 2.69 | - |
| YUV | 98.17 | 87.84 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 27 | 0 | 0.49 | 0.83 | 0.38 | 24.55 | 0.71 | 0.36 |
| Hex | 9F | 51 | 1B | 0 | 31 | 53 | 26 | 19 | 47 | 24 |
| Octal | 237 | 121 | 33 | 0 | 61 | 123 | 46 | 31 | 107 | 44 |
| Binary | 10011111 | 1010001 | 11011 | 0 | 110001 | 1010011 | 100110 | 11001 | 1000111 | 100100 |
Color Harmonies of #9F511B
Complementary color
Monochromatic Colors of #9F511B
Black with #9F511B
Text Example
Text Example
White with #9F511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F511B; }
p { color: rgb(159,81,27); }
H1.HeaderClassName
{
color: #9F511B;
}
.AnyTagClassName
{
color: #9F511B;
}
</style>
background-color css
<style>
a { background-color: #9F511B; }
a { background-color: rgb(159,81,27); }
div.DivClassName
{
background-color: #9F511B;
}
.BgClassName
{
background-color: #9F511B;
}
</style>
border-color css
<style>
span { border-color: #9F511B; }
span { border-color: rgb(159,81,27); }
td.TdClassName
{
border-color: #9F511B;
}
.TagClassName
{
border-color: #9F511B;
}
</style>