Shades of Copper Rust #975647
Tints of Copper Rust #975647
RGB
CMYK
RGB Variations
Color information
#975647 (or 0x975647) is known color: Copper Rust. HEX triplet: 97, 56 and 47. RGB value is (151,86,71). Sum of RGB (Red+Green+Blue) = 151+86+71=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #975647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975647 is #68A9B8. Grayscale: #676767. Windows color (decimal): -6859193 or 4675223. OLE color: 4675223.
HSL color Cylindrical-coordinate representation of color #975647: hue angle of 11.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #975647 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 86 | 71 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.41 |
| HSL | 11.25º | 0.36% | 0.44% | - |
| HSV(B) | 11.25º | 0.53% | 0.59% | - |
| XYZ | 17.23 | 13.69 | 7.7 | - |
| YUV | 103.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 71 | 0 | 0.43 | 0.53 | 0.41 | 11.25 | 0.36 | 0.44 |
| Hex | 97 | 56 | 47 | 0 | 2B | 35 | 29 | B | 24 | 2C |
| Octal | 227 | 126 | 107 | 0 | 53 | 65 | 51 | 13 | 44 | 54 |
| Binary | 10010111 | 1010110 | 1000111 | 0 | 101011 | 110101 | 101001 | 1011 | 100100 | 101100 |
Color Harmonies of #975647
Complementary color
Monochromatic Colors of #975647
Black with #975647
Text Example
Text Example
White with #975647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975647; }
p { color: rgb(151,86,71); }
H1.HeaderClassName
{
color: #975647;
}
.AnyTagClassName
{
color: #975647;
}
</style>
background-color css
<style>
a { background-color: #975647; }
a { background-color: rgb(151,86,71); }
div.DivClassName
{
background-color: #975647;
}
.BgClassName
{
background-color: #975647;
}
</style>
border-color css
<style>
span { border-color: #975647; }
span { border-color: rgb(151,86,71); }
td.TdClassName
{
border-color: #975647;
}
.TagClassName
{
border-color: #975647;
}
</style>