Shades of Rich Gold #98551D
Tints of Rich Gold #98551D
RGB
CMYK
RGB Variations
Color information
#98551D (or 0x98551D) is known color: Rich Gold. HEX triplet: 98, 55 and 1D. RGB value is (152,85,29). Sum of RGB (Red+Green+Blue) = 152+85+29=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98551D is #67AAE2. Grayscale: #626262. Windows color (decimal): -6793955 or 1922456. OLE color: 1922456.
HSL color Cylindrical-coordinate representation of color #98551D: hue angle of 27.32º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98551D is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 29 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.40 |
| HSL | 27.32º | 0.68% | 0.35% | - |
| HSV(B) | 27.32º | 0.81% | 0.6% | - |
| XYZ | 16.42 | 13.26 | 2.86 | - |
| YUV | 98.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 29 | 0 | 0.44 | 0.81 | 0.40 | 27.32 | 0.68 | 0.35 |
| Hex | 98 | 55 | 1D | 0 | 2C | 51 | 28 | 1B | 44 | 23 |
| Octal | 230 | 125 | 35 | 0 | 54 | 121 | 50 | 33 | 104 | 43 |
| Binary | 10011000 | 1010101 | 11101 | 0 | 101100 | 1010001 | 101000 | 11011 | 1000100 | 100011 |
Color Harmonies of #98551D
Complementary color
Monochromatic Colors of #98551D
Black with #98551D
Text Example
Text Example
White with #98551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98551D; }
p { color: rgb(152,85,29); }
H1.HeaderClassName
{
color: #98551D;
}
.AnyTagClassName
{
color: #98551D;
}
</style>
background-color css
<style>
a { background-color: #98551D; }
a { background-color: rgb(152,85,29); }
div.DivClassName
{
background-color: #98551D;
}
.BgClassName
{
background-color: #98551D;
}
</style>
border-color css
<style>
span { border-color: #98551D; }
span { border-color: rgb(152,85,29); }
td.TdClassName
{
border-color: #98551D;
}
.TagClassName
{
border-color: #98551D;
}
</style>