Shades of Metallic Copper #654139
Tints of Metallic Copper #654139
RGB
CMYK
RGB Variations
Color information
#654139 (or 0x654139) is known color: Metallic Copper. HEX triplet: 65, 41 and 39. RGB value is (101,65,57). Sum of RGB (Red+Green+Blue) = 101+65+57=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #654139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654139 is #9ABEC6. Grayscale: #4A4A4A. Windows color (decimal): -10141383 or 3752293. OLE color: 3752293.
HSL color Cylindrical-coordinate representation of color #654139: hue angle of 10.91º 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 #654139 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 57 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.60 |
| HSL | 10.91º | 0.28% | 0.31% | - |
| HSV(B) | 10.91º | 0.44% | 0.4% | - |
| XYZ | 8 | 6.84 | 4.77 | - |
| YUV | 74.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 57 | 0 | 0.36 | 0.44 | 0.60 | 10.91 | 0.28 | 0.31 |
| Hex | 65 | 41 | 39 | 0 | 24 | 2C | 3C | B | 1C | 1F |
| Octal | 145 | 101 | 71 | 0 | 44 | 54 | 74 | 13 | 34 | 37 |
| Binary | 1100101 | 1000001 | 111001 | 0 | 100100 | 101100 | 111100 | 1011 | 11100 | 11111 |
Color Harmonies of #654139
Complementary color
Monochromatic Colors of #654139
Black with #654139
Text Example
Text Example
White with #654139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654139; }
p { color: rgb(101,65,57); }
H1.HeaderClassName
{
color: #654139;
}
.AnyTagClassName
{
color: #654139;
}
</style>
background-color css
<style>
a { background-color: #654139; }
a { background-color: rgb(101,65,57); }
div.DivClassName
{
background-color: #654139;
}
.BgClassName
{
background-color: #654139;
}
</style>
border-color css
<style>
span { border-color: #654139; }
span { border-color: rgb(101,65,57); }
td.TdClassName
{
border-color: #654139;
}
.TagClassName
{
border-color: #654139;
}
</style>