Shades of Metallic Copper #643F36
Tints of Metallic Copper #643F36
RGB
CMYK
RGB Variations
Color information
#643F36 (or 0x643F36) is known color: Metallic Copper. HEX triplet: 64, 3F and 36. RGB value is (100,63,54). Sum of RGB (Red+Green+Blue) = 100+63+54=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #643F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F36 is #9BC0C9. Grayscale: #494949. Windows color (decimal): -10207434 or 3555172. OLE color: 3555172.
HSL color Cylindrical-coordinate representation of color #643F36: hue angle of 11.74º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #643F36 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 54 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.61 |
| HSL | 11.74º | 0.3% | 0.3% | - |
| HSV(B) | 11.74º | 0.46% | 0.39% | - |
| XYZ | 7.7 | 6.53 | 4.34 | - |
| YUV | 73.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 54 | 0 | 0.37 | 0.46 | 0.61 | 11.74 | 0.3 | 0.3 |
| Hex | 64 | 3F | 36 | 0 | 25 | 2E | 3D | C | 1E | 1E |
| Octal | 144 | 77 | 66 | 0 | 45 | 56 | 75 | 14 | 36 | 36 |
| Binary | 1100100 | 111111 | 110110 | 0 | 100101 | 101110 | 111101 | 1100 | 11110 | 11110 |
Color Harmonies of #643F36
Complementary color
Monochromatic Colors of #643F36
Black with #643F36
Text Example
Text Example
White with #643F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F36; }
p { color: rgb(100,63,54); }
H1.HeaderClassName
{
color: #643F36;
}
.AnyTagClassName
{
color: #643F36;
}
</style>
background-color css
<style>
a { background-color: #643F36; }
a { background-color: rgb(100,63,54); }
div.DivClassName
{
background-color: #643F36;
}
.BgClassName
{
background-color: #643F36;
}
</style>
border-color css
<style>
span { border-color: #643F36; }
span { border-color: rgb(100,63,54); }
td.TdClassName
{
border-color: #643F36;
}
.TagClassName
{
border-color: #643F36;
}
</style>