Shades of Metallic Copper #654239
Tints of Metallic Copper #654239
RGB
CMYK
RGB Variations
Color information
#654239 (or 0x654239) is known color: Metallic Copper. HEX triplet: 65, 42 and 39. RGB value is (101,66,57). Sum of RGB (Red+Green+Blue) = 101+66+57=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #654239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654239 is #9ABDC6. Grayscale: #4B4B4B. Windows color (decimal): -10141127 or 3752549. OLE color: 3752549.
HSL color Cylindrical-coordinate representation of color #654239: hue angle of 12.27º 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 #654239 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 57 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.60 |
| HSL | 12.27º | 0.28% | 0.31% | - |
| HSV(B) | 12.27º | 0.44% | 0.4% | - |
| XYZ | 8.05 | 6.96 | 4.79 | - |
| YUV | 75.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 57 | 0 | 0.35 | 0.44 | 0.60 | 12.27 | 0.28 | 0.31 |
| Hex | 65 | 42 | 39 | 0 | 23 | 2C | 3C | C | 1C | 1F |
| Octal | 145 | 102 | 71 | 0 | 43 | 54 | 74 | 14 | 34 | 37 |
| Binary | 1100101 | 1000010 | 111001 | 0 | 100011 | 101100 | 111100 | 1100 | 11100 | 11111 |
Color Harmonies of #654239
Complementary color
Monochromatic Colors of #654239
Black with #654239
Text Example
Text Example
White with #654239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654239; }
p { color: rgb(101,66,57); }
H1.HeaderClassName
{
color: #654239;
}
.AnyTagClassName
{
color: #654239;
}
</style>
background-color css
<style>
a { background-color: #654239; }
a { background-color: rgb(101,66,57); }
div.DivClassName
{
background-color: #654239;
}
.BgClassName
{
background-color: #654239;
}
</style>
border-color css
<style>
span { border-color: #654239; }
span { border-color: rgb(101,66,57); }
td.TdClassName
{
border-color: #654239;
}
.TagClassName
{
border-color: #654239;
}
</style>