Shades of Metallic Copper #663E32
Tints of Metallic Copper #663E32
RGB
CMYK
RGB Variations
Color information
#663E32 (or 0x663E32) is known color: Metallic Copper. HEX triplet: 66, 3E and 32. RGB value is (102,62,50). Sum of RGB (Red+Green+Blue) = 102+62+50=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #663E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E32 is #99C1CD. Grayscale: #484848. Windows color (decimal): -10076622 or 3292774. OLE color: 3292774.
HSL color Cylindrical-coordinate representation of color #663E32: hue angle of 13.85º 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 #663E32 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 50 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.6 |
| HSL | 13.85º | 0.34% | 0.3% | - |
| HSV(B) | 13.85º | 0.51% | 0.4% | - |
| XYZ | 7.78 | 6.5 | 3.86 | - |
| YUV | 72.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 50 | 0 | 0.39 | 0.51 | 0.6 | 13.85 | 0.34 | 0.3 |
| Hex | 66 | 3E | 32 | 0 | 27 | 33 | 3C | E | 22 | 1E |
| Octal | 146 | 76 | 62 | 0 | 47 | 63 | 74 | 16 | 42 | 36 |
| Binary | 1100110 | 111110 | 110010 | 0 | 100111 | 110011 | 111100 | 1110 | 100010 | 11110 |
Color Harmonies of #663E32
Complementary color
Monochromatic Colors of #663E32
Black with #663E32
Text Example
Text Example
White with #663E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E32; }
p { color: rgb(102,62,50); }
H1.HeaderClassName
{
color: #663E32;
}
.AnyTagClassName
{
color: #663E32;
}
</style>
background-color css
<style>
a { background-color: #663E32; }
a { background-color: rgb(102,62,50); }
div.DivClassName
{
background-color: #663E32;
}
.BgClassName
{
background-color: #663E32;
}
</style>
border-color css
<style>
span { border-color: #663E32; }
span { border-color: rgb(102,62,50); }
td.TdClassName
{
border-color: #663E32;
}
.TagClassName
{
border-color: #663E32;
}
</style>