Shades of Metallic Copper #663C31
Tints of Metallic Copper #663C31
RGB
CMYK
RGB Variations
Color information
#663C31 (or 0x663C31) is known color: Metallic Copper. HEX triplet: 66, 3C and 31. RGB value is (102,60,49). Sum of RGB (Red+Green+Blue) = 102+60+49=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C31 is #99C3CE. Grayscale: #474747. Windows color (decimal): -10077135 or 3226726. OLE color: 3226726.
HSL color Cylindrical-coordinate representation of color #663C31: hue angle of 12.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663C31 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 49 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.6 |
| HSL | 12.45º | 0.35% | 0.3% | - |
| HSV(B) | 12.45º | 0.52% | 0.4% | - |
| XYZ | 7.65 | 6.28 | 3.71 | - |
| YUV | 71.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 49 | 0 | 0.41 | 0.52 | 0.6 | 12.45 | 0.35 | 0.3 |
| Hex | 66 | 3C | 31 | 0 | 29 | 34 | 3C | C | 23 | 1E |
| Octal | 146 | 74 | 61 | 0 | 51 | 64 | 74 | 14 | 43 | 36 |
| Binary | 1100110 | 111100 | 110001 | 0 | 101001 | 110100 | 111100 | 1100 | 100011 | 11110 |
Color Harmonies of #663C31
Complementary color
Monochromatic Colors of #663C31
Black with #663C31
Text Example
Text Example
White with #663C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C31; }
p { color: rgb(102,60,49); }
H1.HeaderClassName
{
color: #663C31;
}
.AnyTagClassName
{
color: #663C31;
}
</style>
background-color css
<style>
a { background-color: #663C31; }
a { background-color: rgb(102,60,49); }
div.DivClassName
{
background-color: #663C31;
}
.BgClassName
{
background-color: #663C31;
}
</style>
border-color css
<style>
span { border-color: #663C31; }
span { border-color: rgb(102,60,49); }
td.TdClassName
{
border-color: #663C31;
}
.TagClassName
{
border-color: #663C31;
}
</style>