Shades of Copper Rust #955651
Tints of Copper Rust #955651
RGB
CMYK
RGB Variations
Color information
#955651 (or 0x955651) is known color: Copper Rust. HEX triplet: 95, 56 and 51. RGB value is (149,86,81). Sum of RGB (Red+Green+Blue) = 149+86+81=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #955651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955651 is #6AA9AE. Grayscale: #686868. Windows color (decimal): -6990255 or 5330581. OLE color: 5330581.
HSL color Cylindrical-coordinate representation of color #955651: hue angle of 4.41º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955651 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 81 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.42 |
| HSL | 4.41º | 0.3% | 0.45% | - |
| HSV(B) | 4.41º | 0.46% | 0.58% | - |
| XYZ | 17.21 | 13.64 | 9.51 | - |
| YUV | 104.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 81 | 0 | 0.42 | 0.46 | 0.42 | 4.41 | 0.3 | 0.45 |
| Hex | 95 | 56 | 51 | 0 | 2A | 2E | 2A | 4 | 1E | 2D |
| Octal | 225 | 126 | 121 | 0 | 52 | 56 | 52 | 4 | 36 | 55 |
| Binary | 10010101 | 1010110 | 1010001 | 0 | 101010 | 101110 | 101010 | 100 | 11110 | 101101 |
Color Harmonies of #955651
Complementary color
Monochromatic Colors of #955651
Black with #955651
Text Example
Text Example
White with #955651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955651; }
p { color: rgb(149,86,81); }
H1.HeaderClassName
{
color: #955651;
}
.AnyTagClassName
{
color: #955651;
}
</style>
background-color css
<style>
a { background-color: #955651; }
a { background-color: rgb(149,86,81); }
div.DivClassName
{
background-color: #955651;
}
.BgClassName
{
background-color: #955651;
}
</style>
border-color css
<style>
span { border-color: #955651; }
span { border-color: rgb(149,86,81); }
td.TdClassName
{
border-color: #955651;
}
.TagClassName
{
border-color: #955651;
}
</style>