Shades of Metallic Copper #663C32
Tints of Metallic Copper #663C32
RGB
CMYK
RGB Variations
Color information
#663C32 (or 0x663C32) is known color: Metallic Copper. HEX triplet: 66, 3C and 32. RGB value is (102,60,50). Sum of RGB (Red+Green+Blue) = 102+60+50=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #663C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C32 is #99C3CD. Grayscale: #474747. Windows color (decimal): -10077134 or 3292262. OLE color: 3292262.
HSL color Cylindrical-coordinate representation of color #663C32: hue angle of 11.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #663C32 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 50 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.6 |
| HSL | 11.54º | 0.34% | 0.3% | - |
| HSV(B) | 11.54º | 0.51% | 0.4% | - |
| XYZ | 7.67 | 6.29 | 3.83 | - |
| YUV | 71.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 50 | 0 | 0.41 | 0.51 | 0.6 | 11.54 | 0.34 | 0.3 |
| Hex | 66 | 3C | 32 | 0 | 29 | 33 | 3C | C | 22 | 1E |
| Octal | 146 | 74 | 62 | 0 | 51 | 63 | 74 | 14 | 42 | 36 |
| Binary | 1100110 | 111100 | 110010 | 0 | 101001 | 110011 | 111100 | 1100 | 100010 | 11110 |
Color Harmonies of #663C32
Complementary color
Monochromatic Colors of #663C32
Black with #663C32
Text Example
Text Example
White with #663C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C32; }
p { color: rgb(102,60,50); }
H1.HeaderClassName
{
color: #663C32;
}
.AnyTagClassName
{
color: #663C32;
}
</style>
background-color css
<style>
a { background-color: #663C32; }
a { background-color: rgb(102,60,50); }
div.DivClassName
{
background-color: #663C32;
}
.BgClassName
{
background-color: #663C32;
}
</style>
border-color css
<style>
span { border-color: #663C32; }
span { border-color: rgb(102,60,50); }
td.TdClassName
{
border-color: #663C32;
}
.TagClassName
{
border-color: #663C32;
}
</style>