Shades of Copper Rust #975653
Tints of Copper Rust #975653
RGB
CMYK
RGB Variations
Color information
#975653 (or 0x975653) is known color: Copper Rust. HEX triplet: 97, 56 and 53. RGB value is (151,86,83). Sum of RGB (Red+Green+Blue) = 151+86+83=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #975653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975653 is #68A9AC. Grayscale: #696969. Windows color (decimal): -6859181 or 5461655. OLE color: 5461655.
HSL color Cylindrical-coordinate representation of color #975653: hue angle of 2.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #975653 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 86 | 83 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.41 |
| HSL | 2.65º | 0.29% | 0.46% | - |
| HSV(B) | 2.65º | 0.45% | 0.59% | - |
| XYZ | 17.65 | 13.86 | 9.93 | - |
| YUV | 105.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 83 | 0 | 0.43 | 0.45 | 0.41 | 2.65 | 0.29 | 0.46 |
| Hex | 97 | 56 | 53 | 0 | 2B | 2D | 29 | 3 | 1D | 2E |
| Octal | 227 | 126 | 123 | 0 | 53 | 55 | 51 | 3 | 35 | 56 |
| Binary | 10010111 | 1010110 | 1010011 | 0 | 101011 | 101101 | 101001 | 11 | 11101 | 101110 |
Color Harmonies of #975653
Complementary color
Monochromatic Colors of #975653
Black with #975653
Text Example
Text Example
White with #975653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975653; }
p { color: rgb(151,86,83); }
H1.HeaderClassName
{
color: #975653;
}
.AnyTagClassName
{
color: #975653;
}
</style>
background-color css
<style>
a { background-color: #975653; }
a { background-color: rgb(151,86,83); }
div.DivClassName
{
background-color: #975653;
}
.BgClassName
{
background-color: #975653;
}
</style>
border-color css
<style>
span { border-color: #975653; }
span { border-color: rgb(151,86,83); }
td.TdClassName
{
border-color: #975653;
}
.TagClassName
{
border-color: #975653;
}
</style>