Shades of Copper Rust #985C55
Tints of Copper Rust #985C55
RGB
CMYK
RGB Variations
Color information
#985C55 (or 0x985C55) is known color: Copper Rust. HEX triplet: 98, 5C and 55. RGB value is (152,92,85). Sum of RGB (Red+Green+Blue) = 152+92+85=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #985C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C55 is #67A3AA. Grayscale: #6D6D6D. Windows color (decimal): -6792107 or 5594264. OLE color: 5594264.
HSL color Cylindrical-coordinate representation of color #985C55: hue angle of 6.27º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985C55 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 85 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.40 |
| HSL | 6.27º | 0.28% | 0.46% | - |
| HSV(B) | 6.27º | 0.44% | 0.6% | - |
| XYZ | 18.42 | 14.99 | 10.52 | - |
| YUV | 109.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 85 | 0 | 0.39 | 0.44 | 0.40 | 6.27 | 0.28 | 0.46 |
| Hex | 98 | 5C | 55 | 0 | 27 | 2C | 28 | 6 | 1C | 2E |
| Octal | 230 | 134 | 125 | 0 | 47 | 54 | 50 | 6 | 34 | 56 |
| Binary | 10011000 | 1011100 | 1010101 | 0 | 100111 | 101100 | 101000 | 110 | 11100 | 101110 |
Color Harmonies of #985C55
Complementary color
Monochromatic Colors of #985C55
Black with #985C55
Text Example
Text Example
White with #985C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C55; }
p { color: rgb(152,92,85); }
H1.HeaderClassName
{
color: #985C55;
}
.AnyTagClassName
{
color: #985C55;
}
</style>
background-color css
<style>
a { background-color: #985C55; }
a { background-color: rgb(152,92,85); }
div.DivClassName
{
background-color: #985C55;
}
.BgClassName
{
background-color: #985C55;
}
</style>
border-color css
<style>
span { border-color: #985C55; }
span { border-color: rgb(152,92,85); }
td.TdClassName
{
border-color: #985C55;
}
.TagClassName
{
border-color: #985C55;
}
</style>