Shades of Metallic Copper #643F3A
Tints of Metallic Copper #643F3A
RGB
CMYK
RGB Variations
Color information
#643F3A (or 0x643F3A) is known color: Metallic Copper. HEX triplet: 64, 3F and 3A. RGB value is (100,63,58). Sum of RGB (Red+Green+Blue) = 100+63+58=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #643F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F3A is #9BC0C5. Grayscale: #494949. Windows color (decimal): -10207430 or 3817316. OLE color: 3817316.
HSL color Cylindrical-coordinate representation of color #643F3A: hue angle of 7.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #643F3A is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 58 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.61 |
| HSL | 7.14º | 0.27% | 0.31% | - |
| HSV(B) | 7.14º | 0.42% | 0.39% | - |
| XYZ | 7.8 | 6.57 | 4.86 | - |
| YUV | 73.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 58 | 0 | 0.37 | 0.42 | 0.61 | 7.14 | 0.27 | 0.31 |
| Hex | 64 | 3F | 3A | 0 | 25 | 2A | 3D | 7 | 1B | 1F |
| Octal | 144 | 77 | 72 | 0 | 45 | 52 | 75 | 7 | 33 | 37 |
| Binary | 1100100 | 111111 | 111010 | 0 | 100101 | 101010 | 111101 | 111 | 11011 | 11111 |
Color Harmonies of #643F3A
Complementary color
Monochromatic Colors of #643F3A
Black with #643F3A
Text Example
Text Example
White with #643F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F3A; }
p { color: rgb(100,63,58); }
H1.HeaderClassName
{
color: #643F3A;
}
.AnyTagClassName
{
color: #643F3A;
}
</style>
background-color css
<style>
a { background-color: #643F3A; }
a { background-color: rgb(100,63,58); }
div.DivClassName
{
background-color: #643F3A;
}
.BgClassName
{
background-color: #643F3A;
}
</style>
border-color css
<style>
span { border-color: #643F3A; }
span { border-color: rgb(100,63,58); }
td.TdClassName
{
border-color: #643F3A;
}
.TagClassName
{
border-color: #643F3A;
}
</style>