Shades of Metallic Copper #663E37
Tints of Metallic Copper #663E37
RGB
CMYK
RGB Variations
Color information
#663E37 (or 0x663E37) is known color: Metallic Copper. HEX triplet: 66, 3E and 37. RGB value is (102,62,55). Sum of RGB (Red+Green+Blue) = 102+62+55=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #663E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E37 is #99C1C8. Grayscale: #494949. Windows color (decimal): -10076617 or 3620454. OLE color: 3620454.
HSL color Cylindrical-coordinate representation of color #663E37: hue angle of 8.94º 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 #663E37 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 55 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.6 |
| HSL | 8.94º | 0.3% | 0.31% | - |
| HSV(B) | 8.94º | 0.46% | 0.4% | - |
| XYZ | 7.89 | 6.55 | 4.46 | - |
| YUV | 73.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 55 | 0 | 0.39 | 0.46 | 0.6 | 8.94 | 0.3 | 0.31 |
| Hex | 66 | 3E | 37 | 0 | 27 | 2E | 3C | 9 | 1E | 1F |
| Octal | 146 | 76 | 67 | 0 | 47 | 56 | 74 | 11 | 36 | 37 |
| Binary | 1100110 | 111110 | 110111 | 0 | 100111 | 101110 | 111100 | 1001 | 11110 | 11111 |
Color Harmonies of #663E37
Complementary color
Monochromatic Colors of #663E37
Black with #663E37
Text Example
Text Example
White with #663E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E37; }
p { color: rgb(102,62,55); }
H1.HeaderClassName
{
color: #663E37;
}
.AnyTagClassName
{
color: #663E37;
}
</style>
background-color css
<style>
a { background-color: #663E37; }
a { background-color: rgb(102,62,55); }
div.DivClassName
{
background-color: #663E37;
}
.BgClassName
{
background-color: #663E37;
}
</style>
border-color css
<style>
span { border-color: #663E37; }
span { border-color: rgb(102,62,55); }
td.TdClassName
{
border-color: #663E37;
}
.TagClassName
{
border-color: #663E37;
}
</style>