Shades of Copper Rust #98594C
Tints of Copper Rust #98594C
RGB
CMYK
RGB Variations
Color information
#98594C (or 0x98594C) is known color: Copper Rust. HEX triplet: 98, 59 and 4C. RGB value is (152,89,76). Sum of RGB (Red+Green+Blue) = 152+89+76=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #98594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98594C is #67A6B3. Grayscale: #6A6A6A. Windows color (decimal): -6792884 or 5003672. OLE color: 5003672.
HSL color Cylindrical-coordinate representation of color #98594C: hue angle of 10.26º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98594C is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 76 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.40 |
| HSL | 10.26º | 0.33% | 0.45% | - |
| HSV(B) | 10.26º | 0.5% | 0.6% | - |
| XYZ | 17.83 | 14.34 | 8.67 | - |
| YUV | 106.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 76 | 0 | 0.41 | 0.50 | 0.40 | 10.26 | 0.33 | 0.45 |
| Hex | 98 | 59 | 4C | 0 | 29 | 32 | 28 | A | 21 | 2D |
| Octal | 230 | 131 | 114 | 0 | 51 | 62 | 50 | 12 | 41 | 55 |
| Binary | 10011000 | 1011001 | 1001100 | 0 | 101001 | 110010 | 101000 | 1010 | 100001 | 101101 |
Color Harmonies of #98594C
Complementary color
Monochromatic Colors of #98594C
Black with #98594C
Text Example
Text Example
White with #98594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98594C; }
p { color: rgb(152,89,76); }
H1.HeaderClassName
{
color: #98594C;
}
.AnyTagClassName
{
color: #98594C;
}
</style>
background-color css
<style>
a { background-color: #98594C; }
a { background-color: rgb(152,89,76); }
div.DivClassName
{
background-color: #98594C;
}
.BgClassName
{
background-color: #98594C;
}
</style>
border-color css
<style>
span { border-color: #98594C; }
span { border-color: rgb(152,89,76); }
td.TdClassName
{
border-color: #98594C;
}
.TagClassName
{
border-color: #98594C;
}
</style>