Shades of Metallic Copper #64443D
Tints of Metallic Copper #64443D
RGB
CMYK
RGB Variations
Color information
#64443D (or 0x64443D) is known color: Metallic Copper. HEX triplet: 64, 44 and 3D. RGB value is (100,68,61). Sum of RGB (Red+Green+Blue) = 100+68+61=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64443D is #9BBBC2. Grayscale: #4C4C4C. Windows color (decimal): -10206147 or 4015204. OLE color: 4015204.
HSL color Cylindrical-coordinate representation of color #64443D: hue angle of 10.77º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64443D is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 61 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.61 |
| HSL | 10.77º | 0.24% | 0.32% | - |
| HSV(B) | 10.77º | 0.39% | 0.39% | - |
| XYZ | 8.16 | 7.18 | 5.37 | - |
| YUV | 76.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 61 | 0 | 0.32 | 0.39 | 0.61 | 10.77 | 0.24 | 0.32 |
| Hex | 64 | 44 | 3D | 0 | 20 | 27 | 3D | B | 18 | 20 |
| Octal | 144 | 104 | 75 | 0 | 40 | 47 | 75 | 13 | 30 | 40 |
| Binary | 1100100 | 1000100 | 111101 | 0 | 100000 | 100111 | 111101 | 1011 | 11000 | 100000 |
Color Harmonies of #64443D
Complementary color
Monochromatic Colors of #64443D
Black with #64443D
Text Example
Text Example
White with #64443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64443D; }
p { color: rgb(100,68,61); }
H1.HeaderClassName
{
color: #64443D;
}
.AnyTagClassName
{
color: #64443D;
}
</style>
background-color css
<style>
a { background-color: #64443D; }
a { background-color: rgb(100,68,61); }
div.DivClassName
{
background-color: #64443D;
}
.BgClassName
{
background-color: #64443D;
}
</style>
border-color css
<style>
span { border-color: #64443D; }
span { border-color: rgb(100,68,61); }
td.TdClassName
{
border-color: #64443D;
}
.TagClassName
{
border-color: #64443D;
}
</style>