Shades of Metallic Copper #663F37
Tints of Metallic Copper #663F37
RGB
CMYK
RGB Variations
Color information
#663F37 (or 0x663F37) is known color: Metallic Copper. HEX triplet: 66, 3F and 37. RGB value is (102,63,55). Sum of RGB (Red+Green+Blue) = 102+63+55=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #663F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F37 is #99C0C8. Grayscale: #494949. Windows color (decimal): -10076361 or 3620710. OLE color: 3620710.
HSL color Cylindrical-coordinate representation of color #663F37: hue angle of 10.21º 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 #663F37 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 55 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.6 |
| HSL | 10.21º | 0.3% | 0.31% | - |
| HSV(B) | 10.21º | 0.46% | 0.4% | - |
| XYZ | 7.95 | 6.66 | 4.48 | - |
| YUV | 73.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 55 | 0 | 0.38 | 0.46 | 0.6 | 10.21 | 0.3 | 0.31 |
| Hex | 66 | 3F | 37 | 0 | 26 | 2E | 3C | A | 1E | 1F |
| Octal | 146 | 77 | 67 | 0 | 46 | 56 | 74 | 12 | 36 | 37 |
| Binary | 1100110 | 111111 | 110111 | 0 | 100110 | 101110 | 111100 | 1010 | 11110 | 11111 |
Color Harmonies of #663F37
Complementary color
Monochromatic Colors of #663F37
Black with #663F37
Text Example
Text Example
White with #663F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F37; }
p { color: rgb(102,63,55); }
H1.HeaderClassName
{
color: #663F37;
}
.AnyTagClassName
{
color: #663F37;
}
</style>
background-color css
<style>
a { background-color: #663F37; }
a { background-color: rgb(102,63,55); }
div.DivClassName
{
background-color: #663F37;
}
.BgClassName
{
background-color: #663F37;
}
</style>
border-color css
<style>
span { border-color: #663F37; }
span { border-color: rgb(102,63,55); }
td.TdClassName
{
border-color: #663F37;
}
.TagClassName
{
border-color: #663F37;
}
</style>