Shades of Rich Gold #9C511B
Tints of Rich Gold #9C511B
RGB
CMYK
RGB Variations
Color information
#9C511B (or 0x9C511B) is known color: Rich Gold. HEX triplet: 9C, 51 and 1B. RGB value is (156,81,27). Sum of RGB (Red+Green+Blue) = 156+81+27=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C511B is #63AEE4. Grayscale: #616161. Windows color (decimal): -6532837 or 1790364. OLE color: 1790364.
HSL color Cylindrical-coordinate representation of color #9C511B: hue angle of 25.12º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C511B is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 27 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.39 |
| HSL | 25.12º | 0.7% | 0.36% | - |
| HSV(B) | 25.12º | 0.83% | 0.61% | - |
| XYZ | 16.85 | 13.03 | 2.66 | - |
| YUV | 97.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 27 | 0 | 0.48 | 0.83 | 0.39 | 25.12 | 0.7 | 0.36 |
| Hex | 9C | 51 | 1B | 0 | 30 | 53 | 27 | 19 | 46 | 24 |
| Octal | 234 | 121 | 33 | 0 | 60 | 123 | 47 | 31 | 106 | 44 |
| Binary | 10011100 | 1010001 | 11011 | 0 | 110000 | 1010011 | 100111 | 11001 | 1000110 | 100100 |
Color Harmonies of #9C511B
Complementary color
Monochromatic Colors of #9C511B
Black with #9C511B
Text Example
Text Example
White with #9C511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C511B; }
p { color: rgb(156,81,27); }
H1.HeaderClassName
{
color: #9C511B;
}
.AnyTagClassName
{
color: #9C511B;
}
</style>
background-color css
<style>
a { background-color: #9C511B; }
a { background-color: rgb(156,81,27); }
div.DivClassName
{
background-color: #9C511B;
}
.BgClassName
{
background-color: #9C511B;
}
</style>
border-color css
<style>
span { border-color: #9C511B; }
span { border-color: rgb(156,81,27); }
td.TdClassName
{
border-color: #9C511B;
}
.TagClassName
{
border-color: #9C511B;
}
</style>