Shades of Copper Rust #985651
Tints of Copper Rust #985651
RGB
CMYK
RGB Variations
Color information
#985651 (or 0x985651) is known color: Copper Rust. HEX triplet: 98, 56 and 51. RGB value is (152,86,81). Sum of RGB (Red+Green+Blue) = 152+86+81=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985651 is #67A9AE. Grayscale: #696969. Windows color (decimal): -6793647 or 5330584. OLE color: 5330584.
HSL color Cylindrical-coordinate representation of color #985651: hue angle of 4.23º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985651 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 81 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.40 |
| HSL | 4.23º | 0.3% | 0.46% | - |
| HSV(B) | 4.23º | 0.47% | 0.6% | - |
| XYZ | 17.76 | 13.93 | 9.54 | - |
| YUV | 105.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 81 | 0 | 0.43 | 0.47 | 0.40 | 4.23 | 0.3 | 0.46 |
| Hex | 98 | 56 | 51 | 0 | 2B | 2F | 28 | 4 | 1E | 2E |
| Octal | 230 | 126 | 121 | 0 | 53 | 57 | 50 | 4 | 36 | 56 |
| Binary | 10011000 | 1010110 | 1010001 | 0 | 101011 | 101111 | 101000 | 100 | 11110 | 101110 |
Color Harmonies of #985651
Complementary color
Monochromatic Colors of #985651
Black with #985651
Text Example
Text Example
White with #985651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985651; }
p { color: rgb(152,86,81); }
H1.HeaderClassName
{
color: #985651;
}
.AnyTagClassName
{
color: #985651;
}
</style>
background-color css
<style>
a { background-color: #985651; }
a { background-color: rgb(152,86,81); }
div.DivClassName
{
background-color: #985651;
}
.BgClassName
{
background-color: #985651;
}
</style>
border-color css
<style>
span { border-color: #985651; }
span { border-color: rgb(152,86,81); }
td.TdClassName
{
border-color: #985651;
}
.TagClassName
{
border-color: #985651;
}
</style>