Shades of Metallic Copper #6E4035
Tints of Metallic Copper #6E4035
RGB
CMYK
RGB Variations
Color information
#6E4035 (or 0x6E4035) is known color: Metallic Copper. HEX triplet: 6E, 40 and 35. RGB value is (110,64,53). Sum of RGB (Red+Green+Blue) = 110+64+53=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4035 is #91BFCA. Grayscale: #4C4C4C. Windows color (decimal): -9551819 or 3489902. OLE color: 3489902.
HSL color Cylindrical-coordinate representation of color #6E4035: hue angle of 11.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E4035 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 53 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.57 |
| HSL | 11.58º | 0.35% | 0.32% | - |
| HSV(B) | 11.58º | 0.52% | 0.43% | - |
| XYZ | 8.91 | 7.24 | 4.3 | - |
| YUV | 76.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 53 | 0 | 0.42 | 0.52 | 0.57 | 11.58 | 0.35 | 0.32 |
| Hex | 6E | 40 | 35 | 0 | 2A | 34 | 39 | C | 23 | 20 |
| Octal | 156 | 100 | 65 | 0 | 52 | 64 | 71 | 14 | 43 | 40 |
| Binary | 1101110 | 1000000 | 110101 | 0 | 101010 | 110100 | 111001 | 1100 | 100011 | 100000 |
Color Harmonies of #6E4035
Complementary color
Monochromatic Colors of #6E4035
Black with #6E4035
Text Example
Text Example
White with #6E4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4035; }
p { color: rgb(110,64,53); }
H1.HeaderClassName
{
color: #6E4035;
}
.AnyTagClassName
{
color: #6E4035;
}
</style>
background-color css
<style>
a { background-color: #6E4035; }
a { background-color: rgb(110,64,53); }
div.DivClassName
{
background-color: #6E4035;
}
.BgClassName
{
background-color: #6E4035;
}
</style>
border-color css
<style>
span { border-color: #6E4035; }
span { border-color: rgb(110,64,53); }
td.TdClassName
{
border-color: #6E4035;
}
.TagClassName
{
border-color: #6E4035;
}
</style>