Shades of Metallic Copper #6E3D39
Tints of Metallic Copper #6E3D39
RGB
CMYK
RGB Variations
Color information
#6E3D39 (or 0x6E3D39) is known color: Metallic Copper. HEX triplet: 6E, 3D and 39. RGB value is (110,61,57). Sum of RGB (Red+Green+Blue) = 110+61+57=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3D39 is #91C2C6. Grayscale: #4B4B4B. Windows color (decimal): -9552583 or 3751278. OLE color: 3751278.
HSL color Cylindrical-coordinate representation of color #6E3D39: hue angle of 4.53º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E3D39 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 61 | 57 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.57 |
| HSL | 4.53º | 0.32% | 0.33% | - |
| HSV(B) | 4.53º | 0.48% | 0.43% | - |
| XYZ | 8.84 | 6.95 | 4.75 | - |
| YUV | 75.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 57 | 0 | 0.45 | 0.48 | 0.57 | 4.53 | 0.32 | 0.33 |
| Hex | 6E | 3D | 39 | 0 | 2D | 30 | 39 | 5 | 20 | 21 |
| Octal | 156 | 75 | 71 | 0 | 55 | 60 | 71 | 5 | 40 | 41 |
| Binary | 1101110 | 111101 | 111001 | 0 | 101101 | 110000 | 111001 | 101 | 100000 | 100001 |
Color Harmonies of #6E3D39
Complementary color
Monochromatic Colors of #6E3D39
Black with #6E3D39
Text Example
Text Example
White with #6E3D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3D39; }
p { color: rgb(110,61,57); }
H1.HeaderClassName
{
color: #6E3D39;
}
.AnyTagClassName
{
color: #6E3D39;
}
</style>
background-color css
<style>
a { background-color: #6E3D39; }
a { background-color: rgb(110,61,57); }
div.DivClassName
{
background-color: #6E3D39;
}
.BgClassName
{
background-color: #6E3D39;
}
</style>
border-color css
<style>
span { border-color: #6E3D39; }
span { border-color: rgb(110,61,57); }
td.TdClassName
{
border-color: #6E3D39;
}
.TagClassName
{
border-color: #6E3D39;
}
</style>