Shades of Rich Gold #9B5623
Tints of Rich Gold #9B5623
RGB
CMYK
RGB Variations
Color information
#9B5623 (or 0x9B5623) is known color: Rich Gold. HEX triplet: 9B, 56 and 23. RGB value is (155,86,35). Sum of RGB (Red+Green+Blue) = 155+86+35=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5623 is #64A9DC. Grayscale: #656565. Windows color (decimal): -6597085 or 2315931. OLE color: 2315931.
HSL color Cylindrical-coordinate representation of color #9B5623: hue angle of 25.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B5623 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 86 | 35 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.39 |
| HSL | 25.5º | 0.63% | 0.37% | - |
| HSV(B) | 25.5º | 0.77% | 0.61% | - |
| XYZ | 17.15 | 13.75 | 3.34 | - |
| YUV | 100.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 86 | 35 | 0 | 0.45 | 0.77 | 0.39 | 25.5 | 0.63 | 0.37 |
| Hex | 9B | 56 | 23 | 0 | 2D | 4D | 27 | 1A | 3F | 25 |
| Octal | 233 | 126 | 43 | 0 | 55 | 115 | 47 | 32 | 77 | 45 |
| Binary | 10011011 | 1010110 | 100011 | 0 | 101101 | 1001101 | 100111 | 11010 | 111111 | 100101 |
Color Harmonies of #9B5623
Complementary color
Monochromatic Colors of #9B5623
Black with #9B5623
Text Example
Text Example
White with #9B5623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5623; }
p { color: rgb(155,86,35); }
H1.HeaderClassName
{
color: #9B5623;
}
.AnyTagClassName
{
color: #9B5623;
}
</style>
background-color css
<style>
a { background-color: #9B5623; }
a { background-color: rgb(155,86,35); }
div.DivClassName
{
background-color: #9B5623;
}
.BgClassName
{
background-color: #9B5623;
}
</style>
border-color css
<style>
span { border-color: #9B5623; }
span { border-color: rgb(155,86,35); }
td.TdClassName
{
border-color: #9B5623;
}
.TagClassName
{
border-color: #9B5623;
}
</style>