Shades of Copper Rust #985654
Tints of Copper Rust #985654
RGB
CMYK
RGB Variations
Color information
#985654 (or 0x985654) is known color: Copper Rust. HEX triplet: 98, 56 and 54. RGB value is (152,86,84). Sum of RGB (Red+Green+Blue) = 152+86+84=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #985654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985654 is #67A9AB. Grayscale: #696969. Windows color (decimal): -6793644 or 5527192. OLE color: 5527192.
HSL color Cylindrical-coordinate representation of color #985654: hue angle of 1.76º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985654 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 84 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.40 |
| HSL | 1.76º | 0.29% | 0.46% | - |
| HSV(B) | 1.76º | 0.45% | 0.6% | - |
| XYZ | 17.88 | 13.97 | 10.14 | - |
| YUV | 105.51 | 115.87 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 84 | 0 | 0.43 | 0.45 | 0.40 | 1.76 | 0.29 | 0.46 |
| Hex | 98 | 56 | 54 | 0 | 2B | 2D | 28 | 2 | 1D | 2E |
| Octal | 230 | 126 | 124 | 0 | 53 | 55 | 50 | 2 | 35 | 56 |
| Binary | 10011000 | 1010110 | 1010100 | 0 | 101011 | 101101 | 101000 | 10 | 11101 | 101110 |
Color Harmonies of #985654
Complementary color
Monochromatic Colors of #985654
Black with #985654
Text Example
Text Example
White with #985654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985654; }
p { color: rgb(152,86,84); }
H1.HeaderClassName
{
color: #985654;
}
.AnyTagClassName
{
color: #985654;
}
</style>
background-color css
<style>
a { background-color: #985654; }
a { background-color: rgb(152,86,84); }
div.DivClassName
{
background-color: #985654;
}
.BgClassName
{
background-color: #985654;
}
</style>
border-color css
<style>
span { border-color: #985654; }
span { border-color: rgb(152,86,84); }
td.TdClassName
{
border-color: #985654;
}
.TagClassName
{
border-color: #985654;
}
</style>