Shades of Metallic Copper #663D37
Tints of Metallic Copper #663D37
RGB
CMYK
RGB Variations
Color information
#663D37 (or 0x663D37) is known color: Metallic Copper. HEX triplet: 66, 3D and 37. RGB value is (102,61,55). Sum of RGB (Red+Green+Blue) = 102+61+55=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #663D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D37 is #99C2C8. Grayscale: #484848. Windows color (decimal): -10076873 or 3620198. OLE color: 3620198.
HSL color Cylindrical-coordinate representation of color #663D37: hue angle of 7.66º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #663D37 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 55 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.6 |
| HSL | 7.66º | 0.3% | 0.31% | - |
| HSV(B) | 7.66º | 0.46% | 0.4% | - |
| XYZ | 7.84 | 6.44 | 4.44 | - |
| YUV | 72.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 55 | 0 | 0.40 | 0.46 | 0.6 | 7.66 | 0.3 | 0.31 |
| Hex | 66 | 3D | 37 | 0 | 28 | 2E | 3C | 8 | 1E | 1F |
| Octal | 146 | 75 | 67 | 0 | 50 | 56 | 74 | 10 | 36 | 37 |
| Binary | 1100110 | 111101 | 110111 | 0 | 101000 | 101110 | 111100 | 1000 | 11110 | 11111 |
Color Harmonies of #663D37
Complementary color
Monochromatic Colors of #663D37
Black with #663D37
Text Example
Text Example
White with #663D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D37; }
p { color: rgb(102,61,55); }
H1.HeaderClassName
{
color: #663D37;
}
.AnyTagClassName
{
color: #663D37;
}
</style>
background-color css
<style>
a { background-color: #663D37; }
a { background-color: rgb(102,61,55); }
div.DivClassName
{
background-color: #663D37;
}
.BgClassName
{
background-color: #663D37;
}
</style>
border-color css
<style>
span { border-color: #663D37; }
span { border-color: rgb(102,61,55); }
td.TdClassName
{
border-color: #663D37;
}
.TagClassName
{
border-color: #663D37;
}
</style>