Shades of Copper Rust #945651
Tints of Copper Rust #945651
RGB
CMYK
RGB Variations
Color information
#945651 (or 0x945651) is known color: Copper Rust. HEX triplet: 94, 56 and 51. RGB value is (148,86,81). Sum of RGB (Red+Green+Blue) = 148+86+81=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #945651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945651 is #6BA9AE. Grayscale: #686868. Windows color (decimal): -7055791 or 5330580. OLE color: 5330580.
HSL color Cylindrical-coordinate representation of color #945651: hue angle of 4.48º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #945651 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 81 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.42 |
| HSL | 4.48º | 0.29% | 0.45% | - |
| HSV(B) | 4.48º | 0.45% | 0.58% | - |
| XYZ | 17.03 | 13.55 | 9.5 | - |
| YUV | 103.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 81 | 0 | 0.42 | 0.45 | 0.42 | 4.48 | 0.29 | 0.45 |
| Hex | 94 | 56 | 51 | 0 | 2A | 2D | 2A | 4 | 1D | 2D |
| Octal | 224 | 126 | 121 | 0 | 52 | 55 | 52 | 4 | 35 | 55 |
| Binary | 10010100 | 1010110 | 1010001 | 0 | 101010 | 101101 | 101010 | 100 | 11101 | 101101 |
Color Harmonies of #945651
Complementary color
Monochromatic Colors of #945651
Black with #945651
Text Example
Text Example
White with #945651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945651; }
p { color: rgb(148,86,81); }
H1.HeaderClassName
{
color: #945651;
}
.AnyTagClassName
{
color: #945651;
}
</style>
background-color css
<style>
a { background-color: #945651; }
a { background-color: rgb(148,86,81); }
div.DivClassName
{
background-color: #945651;
}
.BgClassName
{
background-color: #945651;
}
</style>
border-color css
<style>
span { border-color: #945651; }
span { border-color: rgb(148,86,81); }
td.TdClassName
{
border-color: #945651;
}
.TagClassName
{
border-color: #945651;
}
</style>