Shades of Rich Gold #9B511C
Tints of Rich Gold #9B511C
RGB
CMYK
RGB Variations
Color information
#9B511C (or 0x9B511C) is known color: Rich Gold. HEX triplet: 9B, 51 and 1C. RGB value is (155,81,28). Sum of RGB (Red+Green+Blue) = 155+81+28=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B511C is #64AEE3. Grayscale: #616161. Windows color (decimal): -6598372 or 1855899. OLE color: 1855899.
HSL color Cylindrical-coordinate representation of color #9B511C: hue angle of 25.04º degrees, saturation: 0.69, 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 #9B511C is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 28 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.39 |
| HSL | 25.04º | 0.69% | 0.36% | - |
| HSV(B) | 25.04º | 0.82% | 0.61% | - |
| XYZ | 16.67 | 12.94 | 2.72 | - |
| YUV | 97.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 28 | 0 | 0.48 | 0.82 | 0.39 | 25.04 | 0.69 | 0.36 |
| Hex | 9B | 51 | 1C | 0 | 30 | 52 | 27 | 19 | 45 | 24 |
| Octal | 233 | 121 | 34 | 0 | 60 | 122 | 47 | 31 | 105 | 44 |
| Binary | 10011011 | 1010001 | 11100 | 0 | 110000 | 1010010 | 100111 | 11001 | 1000101 | 100100 |
Color Harmonies of #9B511C
Complementary color
Monochromatic Colors of #9B511C
Black with #9B511C
Text Example
Text Example
White with #9B511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B511C; }
p { color: rgb(155,81,28); }
H1.HeaderClassName
{
color: #9B511C;
}
.AnyTagClassName
{
color: #9B511C;
}
</style>
background-color css
<style>
a { background-color: #9B511C; }
a { background-color: rgb(155,81,28); }
div.DivClassName
{
background-color: #9B511C;
}
.BgClassName
{
background-color: #9B511C;
}
</style>
border-color css
<style>
span { border-color: #9B511C; }
span { border-color: rgb(155,81,28); }
td.TdClassName
{
border-color: #9B511C;
}
.TagClassName
{
border-color: #9B511C;
}
</style>