Shades of Copper Rust #955649
Tints of Copper Rust #955649
RGB
CMYK
RGB Variations
Color information
#955649 (or 0x955649) is known color: Copper Rust. HEX triplet: 95, 56 and 49. RGB value is (149,86,73). Sum of RGB (Red+Green+Blue) = 149+86+73=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #955649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955649 is #6AA9B6. Grayscale: #676767. Windows color (decimal): -6990263 or 4806293. OLE color: 4806293.
HSL color Cylindrical-coordinate representation of color #955649: hue angle of 10.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955649 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 73 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.42 |
| HSL | 10.26º | 0.34% | 0.44% | - |
| HSV(B) | 10.26º | 0.51% | 0.58% | - |
| XYZ | 16.92 | 13.53 | 8.02 | - |
| YUV | 103.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 73 | 0 | 0.42 | 0.51 | 0.42 | 10.26 | 0.34 | 0.44 |
| Hex | 95 | 56 | 49 | 0 | 2A | 33 | 2A | A | 22 | 2C |
| Octal | 225 | 126 | 111 | 0 | 52 | 63 | 52 | 12 | 42 | 54 |
| Binary | 10010101 | 1010110 | 1001001 | 0 | 101010 | 110011 | 101010 | 1010 | 100010 | 101100 |
Color Harmonies of #955649
Complementary color
Monochromatic Colors of #955649
Black with #955649
Text Example
Text Example
White with #955649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955649; }
p { color: rgb(149,86,73); }
H1.HeaderClassName
{
color: #955649;
}
.AnyTagClassName
{
color: #955649;
}
</style>
background-color css
<style>
a { background-color: #955649; }
a { background-color: rgb(149,86,73); }
div.DivClassName
{
background-color: #955649;
}
.BgClassName
{
background-color: #955649;
}
</style>
border-color css
<style>
span { border-color: #955649; }
span { border-color: rgb(149,86,73); }
td.TdClassName
{
border-color: #955649;
}
.TagClassName
{
border-color: #955649;
}
</style>