Shades of Copper Rust #945655
Tints of Copper Rust #945655
RGB
CMYK
RGB Variations
Color information
#945655 (or 0x945655) is known color: Copper Rust. HEX triplet: 94, 56 and 55. RGB value is (148,86,85). Sum of RGB (Red+Green+Blue) = 148+86+85=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #945655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945655 is #6BA9AA. Grayscale: #686868. Windows color (decimal): -7055787 or 5592724. OLE color: 5592724.
HSL color Cylindrical-coordinate representation of color #945655: hue angle of 0.95º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #945655 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 85 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.42 |
| HSL | 0.95º | 0.27% | 0.46% | - |
| HSV(B) | 0.95º | 0.43% | 0.58% | - |
| XYZ | 17.18 | 13.61 | 10.32 | - |
| YUV | 104.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 85 | 0 | 0.42 | 0.43 | 0.42 | 0.95 | 0.27 | 0.46 |
| Hex | 94 | 56 | 55 | 0 | 2A | 2B | 2A | 1 | 1B | 2E |
| Octal | 224 | 126 | 125 | 0 | 52 | 53 | 52 | 1 | 33 | 56 |
| Binary | 10010100 | 1010110 | 1010101 | 0 | 101010 | 101011 | 101010 | 1 | 11011 | 101110 |
Color Harmonies of #945655
Complementary color
Monochromatic Colors of #945655
Black with #945655
Text Example
Text Example
White with #945655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945655; }
p { color: rgb(148,86,85); }
H1.HeaderClassName
{
color: #945655;
}
.AnyTagClassName
{
color: #945655;
}
</style>
background-color css
<style>
a { background-color: #945655; }
a { background-color: rgb(148,86,85); }
div.DivClassName
{
background-color: #945655;
}
.BgClassName
{
background-color: #945655;
}
</style>
border-color css
<style>
span { border-color: #945655; }
span { border-color: rgb(148,86,85); }
td.TdClassName
{
border-color: #945655;
}
.TagClassName
{
border-color: #945655;
}
</style>