Shades of Metallic Copper #64433C
Tints of Metallic Copper #64433C
RGB
CMYK
RGB Variations
Color information
#64433C (or 0x64433C) is known color: Metallic Copper. HEX triplet: 64, 43 and 3C. RGB value is (100,67,60). Sum of RGB (Red+Green+Blue) = 100+67+60=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #64433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64433C is #9BBCC3. Grayscale: #4C4C4C. Windows color (decimal): -10206404 or 3949412. OLE color: 3949412.
HSL color Cylindrical-coordinate representation of color #64433C: hue angle of 10.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64433C is Cyan = 0, Magento = 0.33, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 60 | - |
| CMYK | 0 | 0.33 | 0.4 | 0.61 |
| HSL | 10.5º | 0.25% | 0.31% | - |
| HSV(B) | 10.5º | 0.4% | 0.39% | - |
| XYZ | 8.08 | 7.05 | 5.21 | - |
| YUV | 76.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 60 | 0 | 0.33 | 0.4 | 0.61 | 10.5 | 0.25 | 0.31 |
| Hex | 64 | 43 | 3C | 0 | 21 | 28 | 3D | A | 19 | 1F |
| Octal | 144 | 103 | 74 | 0 | 41 | 50 | 75 | 12 | 31 | 37 |
| Binary | 1100100 | 1000011 | 111100 | 0 | 100001 | 101000 | 111101 | 1010 | 11001 | 11111 |
Color Harmonies of #64433C
Complementary color
Monochromatic Colors of #64433C
Black with #64433C
Text Example
Text Example
White with #64433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64433C; }
p { color: rgb(100,67,60); }
H1.HeaderClassName
{
color: #64433C;
}
.AnyTagClassName
{
color: #64433C;
}
</style>
background-color css
<style>
a { background-color: #64433C; }
a { background-color: rgb(100,67,60); }
div.DivClassName
{
background-color: #64433C;
}
.BgClassName
{
background-color: #64433C;
}
</style>
border-color css
<style>
span { border-color: #64433C; }
span { border-color: rgb(100,67,60); }
td.TdClassName
{
border-color: #64433C;
}
.TagClassName
{
border-color: #64433C;
}
</style>