Shades of Metallic Copper #6E4037
Tints of Metallic Copper #6E4037
RGB
CMYK
RGB Variations
Color information
#6E4037 (or 0x6E4037) is known color: Metallic Copper. HEX triplet: 6E, 40 and 37. RGB value is (110,64,55). Sum of RGB (Red+Green+Blue) = 110+64+55=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4037 is #91BFC8. Grayscale: #4C4C4C. Windows color (decimal): -9551817 or 3620974. OLE color: 3620974.
HSL color Cylindrical-coordinate representation of color #6E4037: hue angle of 9.82º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4037 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 55 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.57 |
| HSL | 9.82º | 0.33% | 0.32% | - |
| HSV(B) | 9.82º | 0.5% | 0.43% | - |
| XYZ | 8.95 | 7.26 | 4.54 | - |
| YUV | 76.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 55 | 0 | 0.42 | 0.5 | 0.57 | 9.82 | 0.33 | 0.32 |
| Hex | 6E | 40 | 37 | 0 | 2A | 32 | 39 | A | 21 | 20 |
| Octal | 156 | 100 | 67 | 0 | 52 | 62 | 71 | 12 | 41 | 40 |
| Binary | 1101110 | 1000000 | 110111 | 0 | 101010 | 110010 | 111001 | 1010 | 100001 | 100000 |
Color Harmonies of #6E4037
Complementary color
Monochromatic Colors of #6E4037
Black with #6E4037
Text Example
Text Example
White with #6E4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4037; }
p { color: rgb(110,64,55); }
H1.HeaderClassName
{
color: #6E4037;
}
.AnyTagClassName
{
color: #6E4037;
}
</style>
background-color css
<style>
a { background-color: #6E4037; }
a { background-color: rgb(110,64,55); }
div.DivClassName
{
background-color: #6E4037;
}
.BgClassName
{
background-color: #6E4037;
}
</style>
border-color css
<style>
span { border-color: #6E4037; }
span { border-color: rgb(110,64,55); }
td.TdClassName
{
border-color: #6E4037;
}
.TagClassName
{
border-color: #6E4037;
}
</style>