Shades of Rich Gold #9B511F
Tints of Rich Gold #9B511F
RGB
CMYK
RGB Variations
Color information
#9B511F (or 0x9B511F) is known color: Rich Gold. HEX triplet: 9B, 51 and 1F. RGB value is (155,81,31). Sum of RGB (Red+Green+Blue) = 155+81+31=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B511F is #64AEE0. Grayscale: #616161. Windows color (decimal): -6598369 or 2052507. OLE color: 2052507.
HSL color Cylindrical-coordinate representation of color #9B511F: hue angle of 24.19º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B511F is Cyan = 0, Magento = 0.48, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 31 | - |
| CMYK | 0 | 0.48 | 0.8 | 0.39 |
| HSL | 24.19º | 0.67% | 0.36% | - |
| HSV(B) | 24.19º | 0.8% | 0.61% | - |
| XYZ | 16.71 | 12.95 | 2.92 | - |
| YUV | 97.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 31 | 0 | 0.48 | 0.8 | 0.39 | 24.19 | 0.67 | 0.36 |
| Hex | 9B | 51 | 1F | 0 | 30 | 50 | 27 | 18 | 43 | 24 |
| Octal | 233 | 121 | 37 | 0 | 60 | 120 | 47 | 30 | 103 | 44 |
| Binary | 10011011 | 1010001 | 11111 | 0 | 110000 | 1010000 | 100111 | 11000 | 1000011 | 100100 |
Color Harmonies of #9B511F
Complementary color
Monochromatic Colors of #9B511F
Black with #9B511F
Text Example
Text Example
White with #9B511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B511F; }
p { color: rgb(155,81,31); }
H1.HeaderClassName
{
color: #9B511F;
}
.AnyTagClassName
{
color: #9B511F;
}
</style>
background-color css
<style>
a { background-color: #9B511F; }
a { background-color: rgb(155,81,31); }
div.DivClassName
{
background-color: #9B511F;
}
.BgClassName
{
background-color: #9B511F;
}
</style>
border-color css
<style>
span { border-color: #9B511F; }
span { border-color: rgb(155,81,31); }
td.TdClassName
{
border-color: #9B511F;
}
.TagClassName
{
border-color: #9B511F;
}
</style>