Shades of Metallic Copper #6E4034
Tints of Metallic Copper #6E4034
RGB
CMYK
RGB Variations
Color information
#6E4034 (or 0x6E4034) is known color: Metallic Copper. HEX triplet: 6E, 40 and 34. RGB value is (110,64,52). Sum of RGB (Red+Green+Blue) = 110+64+52=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4034 is #91BFCB. Grayscale: #4C4C4C. Windows color (decimal): -9551820 or 3424366. OLE color: 3424366.
HSL color Cylindrical-coordinate representation of color #6E4034: hue angle of 12.41º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E4034 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 52 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.57 |
| HSL | 12.41º | 0.36% | 0.32% | - |
| HSV(B) | 12.41º | 0.53% | 0.43% | - |
| XYZ | 8.88 | 7.23 | 4.18 | - |
| YUV | 76.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 52 | 0 | 0.42 | 0.53 | 0.57 | 12.41 | 0.36 | 0.32 |
| Hex | 6E | 40 | 34 | 0 | 2A | 35 | 39 | C | 24 | 20 |
| Octal | 156 | 100 | 64 | 0 | 52 | 65 | 71 | 14 | 44 | 40 |
| Binary | 1101110 | 1000000 | 110100 | 0 | 101010 | 110101 | 111001 | 1100 | 100100 | 100000 |
Color Harmonies of #6E4034
Complementary color
Monochromatic Colors of #6E4034
Black with #6E4034
Text Example
Text Example
White with #6E4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4034; }
p { color: rgb(110,64,52); }
H1.HeaderClassName
{
color: #6E4034;
}
.AnyTagClassName
{
color: #6E4034;
}
</style>
background-color css
<style>
a { background-color: #6E4034; }
a { background-color: rgb(110,64,52); }
div.DivClassName
{
background-color: #6E4034;
}
.BgClassName
{
background-color: #6E4034;
}
</style>
border-color css
<style>
span { border-color: #6E4034; }
span { border-color: rgb(110,64,52); }
td.TdClassName
{
border-color: #6E4034;
}
.TagClassName
{
border-color: #6E4034;
}
</style>