Shades of Metallic Copper #663D32
Tints of Metallic Copper #663D32
RGB
CMYK
RGB Variations
Color information
#663D32 (or 0x663D32) is known color: Metallic Copper. HEX triplet: 66, 3D and 32. RGB value is (102,61,50). Sum of RGB (Red+Green+Blue) = 102+61+50=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #663D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D32 is #99C2CD. Grayscale: #484848. Windows color (decimal): -10076878 or 3292518. OLE color: 3292518.
HSL color Cylindrical-coordinate representation of color #663D32: hue angle of 12.69º 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 #663D32 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 50 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.6 |
| HSL | 12.69º | 0.34% | 0.3% | - |
| HSV(B) | 12.69º | 0.51% | 0.4% | - |
| XYZ | 7.72 | 6.39 | 3.84 | - |
| YUV | 72.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 50 | 0 | 0.40 | 0.51 | 0.6 | 12.69 | 0.34 | 0.3 |
| Hex | 66 | 3D | 32 | 0 | 28 | 33 | 3C | D | 22 | 1E |
| Octal | 146 | 75 | 62 | 0 | 50 | 63 | 74 | 15 | 42 | 36 |
| Binary | 1100110 | 111101 | 110010 | 0 | 101000 | 110011 | 111100 | 1101 | 100010 | 11110 |
Color Harmonies of #663D32
Complementary color
Monochromatic Colors of #663D32
Black with #663D32
Text Example
Text Example
White with #663D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D32; }
p { color: rgb(102,61,50); }
H1.HeaderClassName
{
color: #663D32;
}
.AnyTagClassName
{
color: #663D32;
}
</style>
background-color css
<style>
a { background-color: #663D32; }
a { background-color: rgb(102,61,50); }
div.DivClassName
{
background-color: #663D32;
}
.BgClassName
{
background-color: #663D32;
}
</style>
border-color css
<style>
span { border-color: #663D32; }
span { border-color: rgb(102,61,50); }
td.TdClassName
{
border-color: #663D32;
}
.TagClassName
{
border-color: #663D32;
}
</style>