Shades of Rich Gold #9C511C
Tints of Rich Gold #9C511C
RGB
CMYK
RGB Variations
Color information
#9C511C (or 0x9C511C) is known color: Rich Gold. HEX triplet: 9C, 51 and 1C. RGB value is (156,81,28). Sum of RGB (Red+Green+Blue) = 156+81+28=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C511C is #63AEE3. Grayscale: #616161. Windows color (decimal): -6532836 or 1855900. OLE color: 1855900.
HSL color Cylindrical-coordinate representation of color #9C511C: hue angle of 24.84º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C511C is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 28 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.39 |
| HSL | 24.84º | 0.7% | 0.36% | - |
| HSV(B) | 24.84º | 0.82% | 0.61% | - |
| XYZ | 16.86 | 13.04 | 2.73 | - |
| YUV | 97.38 | 88.85 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 28 | 0 | 0.48 | 0.82 | 0.39 | 24.84 | 0.7 | 0.36 |
| Hex | 9C | 51 | 1C | 0 | 30 | 52 | 27 | 19 | 46 | 24 |
| Octal | 234 | 121 | 34 | 0 | 60 | 122 | 47 | 31 | 106 | 44 |
| Binary | 10011100 | 1010001 | 11100 | 0 | 110000 | 1010010 | 100111 | 11001 | 1000110 | 100100 |
Color Harmonies of #9C511C
Complementary color
Monochromatic Colors of #9C511C
Black with #9C511C
Text Example
Text Example
White with #9C511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C511C; }
p { color: rgb(156,81,28); }
H1.HeaderClassName
{
color: #9C511C;
}
.AnyTagClassName
{
color: #9C511C;
}
</style>
background-color css
<style>
a { background-color: #9C511C; }
a { background-color: rgb(156,81,28); }
div.DivClassName
{
background-color: #9C511C;
}
.BgClassName
{
background-color: #9C511C;
}
</style>
border-color css
<style>
span { border-color: #9C511C; }
span { border-color: rgb(156,81,28); }
td.TdClassName
{
border-color: #9C511C;
}
.TagClassName
{
border-color: #9C511C;
}
</style>