Shades of Metallic Copper #6E4031
Tints of Metallic Copper #6E4031
RGB
CMYK
RGB Variations
Color information
#6E4031 (or 0x6E4031) is known color: Metallic Copper. HEX triplet: 6E, 40 and 31. RGB value is (110,64,49). Sum of RGB (Red+Green+Blue) = 110+64+49=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4031 is #91BFCE. Grayscale: #4C4C4C. Windows color (decimal): -9551823 or 3227758. OLE color: 3227758.
HSL color Cylindrical-coordinate representation of color #6E4031: hue angle of 14.75º 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 #6E4031 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 49 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.57 |
| HSL | 14.75º | 0.38% | 0.31% | - |
| HSV(B) | 14.75º | 0.55% | 0.43% | - |
| XYZ | 8.82 | 7.2 | 3.83 | - |
| YUV | 76.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 49 | 0 | 0.42 | 0.55 | 0.57 | 14.75 | 0.38 | 0.31 |
| Hex | 6E | 40 | 31 | 0 | 2A | 37 | 39 | F | 26 | 1F |
| Octal | 156 | 100 | 61 | 0 | 52 | 67 | 71 | 17 | 46 | 37 |
| Binary | 1101110 | 1000000 | 110001 | 0 | 101010 | 110111 | 111001 | 1111 | 100110 | 11111 |
Color Harmonies of #6E4031
Complementary color
Monochromatic Colors of #6E4031
Black with #6E4031
Text Example
Text Example
White with #6E4031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4031; }
p { color: rgb(110,64,49); }
H1.HeaderClassName
{
color: #6E4031;
}
.AnyTagClassName
{
color: #6E4031;
}
</style>
background-color css
<style>
a { background-color: #6E4031; }
a { background-color: rgb(110,64,49); }
div.DivClassName
{
background-color: #6E4031;
}
.BgClassName
{
background-color: #6E4031;
}
</style>
border-color css
<style>
span { border-color: #6E4031; }
span { border-color: rgb(110,64,49); }
td.TdClassName
{
border-color: #6E4031;
}
.TagClassName
{
border-color: #6E4031;
}
</style>