Shades of Metallic Copper #654036
Tints of Metallic Copper #654036
RGB
CMYK
RGB Variations
Color information
#654036 (or 0x654036) is known color: Metallic Copper. HEX triplet: 65, 40 and 36. RGB value is (101,64,54). Sum of RGB (Red+Green+Blue) = 101+64+54=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #654036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654036 is #9ABFC9. Grayscale: #4A4A4A. Windows color (decimal): -10141642 or 3555429. OLE color: 3555429.
HSL color Cylindrical-coordinate representation of color #654036: hue angle of 12.77º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #654036 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 54 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.60 |
| HSL | 12.77º | 0.3% | 0.3% | - |
| HSV(B) | 12.77º | 0.47% | 0.4% | - |
| XYZ | 7.87 | 6.7 | 4.37 | - |
| YUV | 73.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 54 | 0 | 0.37 | 0.47 | 0.60 | 12.77 | 0.3 | 0.3 |
| Hex | 65 | 40 | 36 | 0 | 25 | 2F | 3C | D | 1E | 1E |
| Octal | 145 | 100 | 66 | 0 | 45 | 57 | 74 | 15 | 36 | 36 |
| Binary | 1100101 | 1000000 | 110110 | 0 | 100101 | 101111 | 111100 | 1101 | 11110 | 11110 |
Color Harmonies of #654036
Complementary color
Monochromatic Colors of #654036
Black with #654036
Text Example
Text Example
White with #654036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654036; }
p { color: rgb(101,64,54); }
H1.HeaderClassName
{
color: #654036;
}
.AnyTagClassName
{
color: #654036;
}
</style>
background-color css
<style>
a { background-color: #654036; }
a { background-color: rgb(101,64,54); }
div.DivClassName
{
background-color: #654036;
}
.BgClassName
{
background-color: #654036;
}
</style>
border-color css
<style>
span { border-color: #654036; }
span { border-color: rgb(101,64,54); }
td.TdClassName
{
border-color: #654036;
}
.TagClassName
{
border-color: #654036;
}
</style>