Shades of Metallic Copper #643C34
Tints of Metallic Copper #643C34
RGB
CMYK
RGB Variations
Color information
#643C34 (or 0x643C34) is known color: Metallic Copper. HEX triplet: 64, 3C and 34. RGB value is (100,60,52). Sum of RGB (Red+Green+Blue) = 100+60+52=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #643C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C34 is #9BC3CB. Grayscale: #474747. Windows color (decimal): -10208204 or 3423332. OLE color: 3423332.
HSL color Cylindrical-coordinate representation of color #643C34: hue angle of 10º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #643C34 is Cyan = 0, Magento = 0.4, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 52 | - |
| CMYK | 0 | 0.4 | 0.48 | 0.61 |
| HSL | 10º | 0.32% | 0.3% | - |
| HSV(B) | 10º | 0.48% | 0.39% | - |
| XYZ | 7.49 | 6.19 | 4.05 | - |
| YUV | 71.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 52 | 0 | 0.4 | 0.48 | 0.61 | 10 | 0.32 | 0.3 |
| Hex | 64 | 3C | 34 | 0 | 28 | 30 | 3D | A | 20 | 1E |
| Octal | 144 | 74 | 64 | 0 | 50 | 60 | 75 | 12 | 40 | 36 |
| Binary | 1100100 | 111100 | 110100 | 0 | 101000 | 110000 | 111101 | 1010 | 100000 | 11110 |
Color Harmonies of #643C34
Complementary color
Monochromatic Colors of #643C34
Black with #643C34
Text Example
Text Example
White with #643C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C34; }
p { color: rgb(100,60,52); }
H1.HeaderClassName
{
color: #643C34;
}
.AnyTagClassName
{
color: #643C34;
}
</style>
background-color css
<style>
a { background-color: #643C34; }
a { background-color: rgb(100,60,52); }
div.DivClassName
{
background-color: #643C34;
}
.BgClassName
{
background-color: #643C34;
}
</style>
border-color css
<style>
span { border-color: #643C34; }
span { border-color: rgb(100,60,52); }
td.TdClassName
{
border-color: #643C34;
}
.TagClassName
{
border-color: #643C34;
}
</style>