Shades of Metallic Copper #664036
Tints of Metallic Copper #664036
RGB
CMYK
RGB Variations
Color information
#664036 (or 0x664036) is known color: Metallic Copper. HEX triplet: 66, 40 and 36. RGB value is (102,64,54). Sum of RGB (Red+Green+Blue) = 102+64+54=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #664036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664036 is #99BFC9. Grayscale: #4A4A4A. Windows color (decimal): -10076106 or 3555430. OLE color: 3555430.
HSL color Cylindrical-coordinate representation of color #664036: hue angle of 12.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664036 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 54 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.6 |
| HSL | 12.5º | 0.31% | 0.31% | - |
| HSV(B) | 12.5º | 0.47% | 0.4% | - |
| XYZ | 7.98 | 6.76 | 4.37 | - |
| YUV | 74.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 54 | 0 | 0.37 | 0.47 | 0.6 | 12.5 | 0.31 | 0.31 |
| Hex | 66 | 40 | 36 | 0 | 25 | 2F | 3C | C | 1F | 1F |
| Octal | 146 | 100 | 66 | 0 | 45 | 57 | 74 | 14 | 37 | 37 |
| Binary | 1100110 | 1000000 | 110110 | 0 | 100101 | 101111 | 111100 | 1100 | 11111 | 11111 |
Color Harmonies of #664036
Complementary color
Monochromatic Colors of #664036
Black with #664036
Text Example
Text Example
White with #664036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664036; }
p { color: rgb(102,64,54); }
H1.HeaderClassName
{
color: #664036;
}
.AnyTagClassName
{
color: #664036;
}
</style>
background-color css
<style>
a { background-color: #664036; }
a { background-color: rgb(102,64,54); }
div.DivClassName
{
background-color: #664036;
}
.BgClassName
{
background-color: #664036;
}
</style>
border-color css
<style>
span { border-color: #664036; }
span { border-color: rgb(102,64,54); }
td.TdClassName
{
border-color: #664036;
}
.TagClassName
{
border-color: #664036;
}
</style>