Shades of Metallic Copper #643A33
Tints of Metallic Copper #643A33
RGB
CMYK
RGB Variations
Color information
#643A33 (or 0x643A33) is known color: Metallic Copper. HEX triplet: 64, 3A and 33. RGB value is (100,58,51). Sum of RGB (Red+Green+Blue) = 100+58+51=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #643A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643A33 is #9BC5CC. Grayscale: #454545. Windows color (decimal): -10208717 or 3357284. OLE color: 3357284.
HSL color Cylindrical-coordinate representation of color #643A33: hue angle of 8.57º 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 #643A33 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 58 | 51 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.61 |
| HSL | 8.57º | 0.32% | 0.3% | - |
| HSV(B) | 8.57º | 0.49% | 0.39% | - |
| XYZ | 7.37 | 5.97 | 3.9 | - |
| YUV | 69.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 51 | 0 | 0.42 | 0.49 | 0.61 | 8.57 | 0.32 | 0.3 |
| Hex | 64 | 3A | 33 | 0 | 2A | 31 | 3D | 9 | 20 | 1E |
| Octal | 144 | 72 | 63 | 0 | 52 | 61 | 75 | 11 | 40 | 36 |
| Binary | 1100100 | 111010 | 110011 | 0 | 101010 | 110001 | 111101 | 1001 | 100000 | 11110 |
Color Harmonies of #643A33
Complementary color
Monochromatic Colors of #643A33
Black with #643A33
Text Example
Text Example
White with #643A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643A33; }
p { color: rgb(100,58,51); }
H1.HeaderClassName
{
color: #643A33;
}
.AnyTagClassName
{
color: #643A33;
}
</style>
background-color css
<style>
a { background-color: #643A33; }
a { background-color: rgb(100,58,51); }
div.DivClassName
{
background-color: #643A33;
}
.BgClassName
{
background-color: #643A33;
}
</style>
border-color css
<style>
span { border-color: #643A33; }
span { border-color: rgb(100,58,51); }
td.TdClassName
{
border-color: #643A33;
}
.TagClassName
{
border-color: #643A33;
}
</style>