Shades of Copper Rust #955654
Tints of Copper Rust #955654
RGB
CMYK
RGB Variations
Color information
#955654 (or 0x955654) is known color: Copper Rust. HEX triplet: 95, 56 and 54. RGB value is (149,86,84). Sum of RGB (Red+Green+Blue) = 149+86+84=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #955654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955654 is #6AA9AB. Grayscale: #686868. Windows color (decimal): -6990252 or 5527189. OLE color: 5527189.
HSL color Cylindrical-coordinate representation of color #955654: hue angle of 1.85º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955654 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 84 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.42 |
| HSL | 1.85º | 0.28% | 0.46% | - |
| HSV(B) | 1.85º | 0.44% | 0.58% | - |
| XYZ | 17.32 | 13.69 | 10.12 | - |
| YUV | 104.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 84 | 0 | 0.42 | 0.44 | 0.42 | 1.85 | 0.28 | 0.46 |
| Hex | 95 | 56 | 54 | 0 | 2A | 2C | 2A | 2 | 1C | 2E |
| Octal | 225 | 126 | 124 | 0 | 52 | 54 | 52 | 2 | 34 | 56 |
| Binary | 10010101 | 1010110 | 1010100 | 0 | 101010 | 101100 | 101010 | 10 | 11100 | 101110 |
Color Harmonies of #955654
Complementary color
Monochromatic Colors of #955654
Black with #955654
Text Example
Text Example
White with #955654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955654; }
p { color: rgb(149,86,84); }
H1.HeaderClassName
{
color: #955654;
}
.AnyTagClassName
{
color: #955654;
}
</style>
background-color css
<style>
a { background-color: #955654; }
a { background-color: rgb(149,86,84); }
div.DivClassName
{
background-color: #955654;
}
.BgClassName
{
background-color: #955654;
}
</style>
border-color css
<style>
span { border-color: #955654; }
span { border-color: rgb(149,86,84); }
td.TdClassName
{
border-color: #955654;
}
.TagClassName
{
border-color: #955654;
}
</style>