Shades of Copper Rust #975652
Tints of Copper Rust #975652
RGB
CMYK
RGB Variations
Color information
#975652 (or 0x975652) is known color: Copper Rust. HEX triplet: 97, 56 and 52. RGB value is (151,86,82). Sum of RGB (Red+Green+Blue) = 151+86+82=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #975652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975652 is #68A9AD. Grayscale: #696969. Windows color (decimal): -6859182 or 5396119. OLE color: 5396119.
HSL color Cylindrical-coordinate representation of color #975652: hue angle of 3.48º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975652 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 86 | 82 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.41 |
| HSL | 3.48º | 0.3% | 0.46% | - |
| HSV(B) | 3.48º | 0.46% | 0.59% | - |
| XYZ | 17.61 | 13.84 | 9.73 | - |
| YUV | 104.98 | 115.03 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 82 | 0 | 0.43 | 0.46 | 0.41 | 3.48 | 0.3 | 0.46 |
| Hex | 97 | 56 | 52 | 0 | 2B | 2E | 29 | 3 | 1E | 2E |
| Octal | 227 | 126 | 122 | 0 | 53 | 56 | 51 | 3 | 36 | 56 |
| Binary | 10010111 | 1010110 | 1010010 | 0 | 101011 | 101110 | 101001 | 11 | 11110 | 101110 |
Color Harmonies of #975652
Complementary color
Monochromatic Colors of #975652
Black with #975652
Text Example
Text Example
White with #975652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975652; }
p { color: rgb(151,86,82); }
H1.HeaderClassName
{
color: #975652;
}
.AnyTagClassName
{
color: #975652;
}
</style>
background-color css
<style>
a { background-color: #975652; }
a { background-color: rgb(151,86,82); }
div.DivClassName
{
background-color: #975652;
}
.BgClassName
{
background-color: #975652;
}
</style>
border-color css
<style>
span { border-color: #975652; }
span { border-color: rgb(151,86,82); }
td.TdClassName
{
border-color: #975652;
}
.TagClassName
{
border-color: #975652;
}
</style>