Shades of Rich Gold #9B461B
Tints of Rich Gold #9B461B
RGB
CMYK
RGB Variations
Color information
#9B461B (or 0x9B461B) is known color: Rich Gold. HEX triplet: 9B, 46 and 1B. RGB value is (155,70,27). Sum of RGB (Red+Green+Blue) = 155+70+27=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B461B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B461B is #64B9E4. Grayscale: #5A5A5A. Windows color (decimal): -6601189 or 1787547. OLE color: 1787547.
HSL color Cylindrical-coordinate representation of color #9B461B: hue angle of 20.16º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B461B is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 70 | 27 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.39 |
| HSL | 20.16º | 0.7% | 0.36% | - |
| HSV(B) | 20.16º | 0.83% | 0.61% | - |
| XYZ | 15.91 | 11.43 | 2.4 | - |
| YUV | 90.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 70 | 27 | 0 | 0.55 | 0.83 | 0.39 | 20.16 | 0.7 | 0.36 |
| Hex | 9B | 46 | 1B | 0 | 37 | 53 | 27 | 14 | 46 | 24 |
| Octal | 233 | 106 | 33 | 0 | 67 | 123 | 47 | 24 | 106 | 44 |
| Binary | 10011011 | 1000110 | 11011 | 0 | 110111 | 1010011 | 100111 | 10100 | 1000110 | 100100 |
Color Harmonies of #9B461B
Complementary color
Monochromatic Colors of #9B461B
Black with #9B461B
Text Example
Text Example
White with #9B461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B461B; }
p { color: rgb(155,70,27); }
H1.HeaderClassName
{
color: #9B461B;
}
.AnyTagClassName
{
color: #9B461B;
}
</style>
background-color css
<style>
a { background-color: #9B461B; }
a { background-color: rgb(155,70,27); }
div.DivClassName
{
background-color: #9B461B;
}
.BgClassName
{
background-color: #9B461B;
}
</style>
border-color css
<style>
span { border-color: #9B461B; }
span { border-color: rgb(155,70,27); }
td.TdClassName
{
border-color: #9B461B;
}
.TagClassName
{
border-color: #9B461B;
}
</style>