Shades of Metallic Copper #643B33
Tints of Metallic Copper #643B33
RGB
CMYK
RGB Variations
Color information
#643B33 (or 0x643B33) is known color: Metallic Copper. HEX triplet: 64, 3B and 33. RGB value is (100,59,51). Sum of RGB (Red+Green+Blue) = 100+59+51=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #643B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643B33 is #9BC4CC. Grayscale: #464646. Windows color (decimal): -10208461 or 3357540. OLE color: 3357540.
HSL color Cylindrical-coordinate representation of color #643B33: hue angle of 9.8º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #643B33 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 59 | 51 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.61 |
| HSL | 9.8º | 0.32% | 0.3% | - |
| HSV(B) | 9.8º | 0.49% | 0.39% | - |
| XYZ | 7.42 | 6.08 | 3.91 | - |
| YUV | 70.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 51 | 0 | 0.41 | 0.49 | 0.61 | 9.8 | 0.32 | 0.3 |
| Hex | 64 | 3B | 33 | 0 | 29 | 31 | 3D | A | 20 | 1E |
| Octal | 144 | 73 | 63 | 0 | 51 | 61 | 75 | 12 | 40 | 36 |
| Binary | 1100100 | 111011 | 110011 | 0 | 101001 | 110001 | 111101 | 1010 | 100000 | 11110 |
Color Harmonies of #643B33
Complementary color
Monochromatic Colors of #643B33
Black with #643B33
Text Example
Text Example
White with #643B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643B33; }
p { color: rgb(100,59,51); }
H1.HeaderClassName
{
color: #643B33;
}
.AnyTagClassName
{
color: #643B33;
}
</style>
background-color css
<style>
a { background-color: #643B33; }
a { background-color: rgb(100,59,51); }
div.DivClassName
{
background-color: #643B33;
}
.BgClassName
{
background-color: #643B33;
}
</style>
border-color css
<style>
span { border-color: #643B33; }
span { border-color: rgb(100,59,51); }
td.TdClassName
{
border-color: #643B33;
}
.TagClassName
{
border-color: #643B33;
}
</style>