Shades of Metallic Copper #6E4032
Tints of Metallic Copper #6E4032
RGB
CMYK
RGB Variations
Color information
#6E4032 (or 0x6E4032) is known color: Metallic Copper. HEX triplet: 6E, 40 and 32. RGB value is (110,64,50). Sum of RGB (Red+Green+Blue) = 110+64+50=224 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.11% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4032 is #91BFCD. Grayscale: #4C4C4C. Windows color (decimal): -9551822 or 3293294. OLE color: 3293294.
HSL color Cylindrical-coordinate representation of color #6E4032: hue angle of 14º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E4032 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 50 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.57 |
| HSL | 14º | 0.38% | 0.31% | - |
| HSV(B) | 14º | 0.55% | 0.43% | - |
| XYZ | 8.84 | 7.21 | 3.94 | - |
| YUV | 76.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 50 | 0 | 0.42 | 0.55 | 0.57 | 14 | 0.38 | 0.31 |
| Hex | 6E | 40 | 32 | 0 | 2A | 37 | 39 | E | 26 | 1F |
| Octal | 156 | 100 | 62 | 0 | 52 | 67 | 71 | 16 | 46 | 37 |
| Binary | 1101110 | 1000000 | 110010 | 0 | 101010 | 110111 | 111001 | 1110 | 100110 | 11111 |
Color Harmonies of #6E4032
Complementary color
Monochromatic Colors of #6E4032
Black with #6E4032
Text Example
Text Example
White with #6E4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4032; }
p { color: rgb(110,64,50); }
H1.HeaderClassName
{
color: #6E4032;
}
.AnyTagClassName
{
color: #6E4032;
}
</style>
background-color css
<style>
a { background-color: #6E4032; }
a { background-color: rgb(110,64,50); }
div.DivClassName
{
background-color: #6E4032;
}
.BgClassName
{
background-color: #6E4032;
}
</style>
border-color css
<style>
span { border-color: #6E4032; }
span { border-color: rgb(110,64,50); }
td.TdClassName
{
border-color: #6E4032;
}
.TagClassName
{
border-color: #6E4032;
}
</style>