Shades of Metallic Copper #654039
Tints of Metallic Copper #654039
RGB
CMYK
RGB Variations
Color information
#654039 (or 0x654039) is known color: Metallic Copper. HEX triplet: 65, 40 and 39. RGB value is (101,64,57). Sum of RGB (Red+Green+Blue) = 101+64+57=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #654039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654039 is #9ABFC6. Grayscale: #4A4A4A. Windows color (decimal): -10141639 or 3752037. OLE color: 3752037.
HSL color Cylindrical-coordinate representation of color #654039: hue angle of 9.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #654039 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 57 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.60 |
| HSL | 9.55º | 0.28% | 0.31% | - |
| HSV(B) | 9.55º | 0.44% | 0.4% | - |
| XYZ | 7.94 | 6.73 | 4.75 | - |
| YUV | 74.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 57 | 0 | 0.37 | 0.44 | 0.60 | 9.55 | 0.28 | 0.31 |
| Hex | 65 | 40 | 39 | 0 | 25 | 2C | 3C | A | 1C | 1F |
| Octal | 145 | 100 | 71 | 0 | 45 | 54 | 74 | 12 | 34 | 37 |
| Binary | 1100101 | 1000000 | 111001 | 0 | 100101 | 101100 | 111100 | 1010 | 11100 | 11111 |
Color Harmonies of #654039
Complementary color
Monochromatic Colors of #654039
Black with #654039
Text Example
Text Example
White with #654039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654039; }
p { color: rgb(101,64,57); }
H1.HeaderClassName
{
color: #654039;
}
.AnyTagClassName
{
color: #654039;
}
</style>
background-color css
<style>
a { background-color: #654039; }
a { background-color: rgb(101,64,57); }
div.DivClassName
{
background-color: #654039;
}
.BgClassName
{
background-color: #654039;
}
</style>
border-color css
<style>
span { border-color: #654039; }
span { border-color: rgb(101,64,57); }
td.TdClassName
{
border-color: #654039;
}
.TagClassName
{
border-color: #654039;
}
</style>