Shades of Rich Gold #99461C
Tints of Rich Gold #99461C
RGB
CMYK
RGB Variations
Color information
#99461C (or 0x99461C) is known color: Rich Gold. HEX triplet: 99, 46 and 1C. RGB value is (153,70,28). Sum of RGB (Red+Green+Blue) = 153+70+28=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #99461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99461C is #66B9E3. Grayscale: #5A5A5A. Windows color (decimal): -6732260 or 1853081. OLE color: 1853081.
HSL color Cylindrical-coordinate representation of color #99461C: hue angle of 20.16º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99461C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 28 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.4 |
| HSL | 20.16º | 0.69% | 0.35% | - |
| HSV(B) | 20.16º | 0.82% | 0.6% | - |
| XYZ | 15.54 | 11.24 | 2.45 | - |
| YUV | 90.03 | 93 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 28 | 0 | 0.54 | 0.82 | 0.4 | 20.16 | 0.69 | 0.35 |
| Hex | 99 | 46 | 1C | 0 | 36 | 52 | 28 | 14 | 45 | 23 |
| Octal | 231 | 106 | 34 | 0 | 66 | 122 | 50 | 24 | 105 | 43 |
| Binary | 10011001 | 1000110 | 11100 | 0 | 110110 | 1010010 | 101000 | 10100 | 1000101 | 100011 |
Color Harmonies of #99461C
Complementary color
Monochromatic Colors of #99461C
Black with #99461C
Text Example
Text Example
White with #99461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99461C; }
p { color: rgb(153,70,28); }
H1.HeaderClassName
{
color: #99461C;
}
.AnyTagClassName
{
color: #99461C;
}
</style>
background-color css
<style>
a { background-color: #99461C; }
a { background-color: rgb(153,70,28); }
div.DivClassName
{
background-color: #99461C;
}
.BgClassName
{
background-color: #99461C;
}
</style>
border-color css
<style>
span { border-color: #99461C; }
span { border-color: rgb(153,70,28); }
td.TdClassName
{
border-color: #99461C;
}
.TagClassName
{
border-color: #99461C;
}
</style>