Shades of Rich Gold #9B5015
Tints of Rich Gold #9B5015
RGB
CMYK
RGB Variations
Color information
#9B5015 (or 0x9B5015) is known color: Rich Gold. HEX triplet: 9B, 50 and 15. RGB value is (155,80,21). Sum of RGB (Red+Green+Blue) = 155+80+21=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5015 is #64AFEA. Grayscale: #606060. Windows color (decimal): -6598635 or 1396891. OLE color: 1396891.
HSL color Cylindrical-coordinate representation of color #9B5015: hue angle of 26.42º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B5015 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 21 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.39 |
| HSL | 26.42º | 0.76% | 0.35% | - |
| HSV(B) | 26.42º | 0.86% | 0.61% | - |
| XYZ | 16.52 | 12.76 | 2.3 | - |
| YUV | 95.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 21 | 0 | 0.48 | 0.86 | 0.39 | 26.42 | 0.76 | 0.35 |
| Hex | 9B | 50 | 15 | 0 | 30 | 56 | 27 | 1A | 4C | 23 |
| Octal | 233 | 120 | 25 | 0 | 60 | 126 | 47 | 32 | 114 | 43 |
| Binary | 10011011 | 1010000 | 10101 | 0 | 110000 | 1010110 | 100111 | 11010 | 1001100 | 100011 |
Color Harmonies of #9B5015
Complementary color
Monochromatic Colors of #9B5015
Black with #9B5015
Text Example
Text Example
White with #9B5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5015; }
p { color: rgb(155,80,21); }
H1.HeaderClassName
{
color: #9B5015;
}
.AnyTagClassName
{
color: #9B5015;
}
</style>
background-color css
<style>
a { background-color: #9B5015; }
a { background-color: rgb(155,80,21); }
div.DivClassName
{
background-color: #9B5015;
}
.BgClassName
{
background-color: #9B5015;
}
</style>
border-color css
<style>
span { border-color: #9B5015; }
span { border-color: rgb(155,80,21); }
td.TdClassName
{
border-color: #9B5015;
}
.TagClassName
{
border-color: #9B5015;
}
</style>