Shades of Metallic Copper #6D413E
Tints of Metallic Copper #6D413E
RGB
CMYK
RGB Variations
Color information
#6D413E (or 0x6D413E) is known color: Metallic Copper. HEX triplet: 6D, 41 and 3E. RGB value is (109,65,62). Sum of RGB (Red+Green+Blue) = 109+65+62=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D413E is #92BEC1. Grayscale: #4D4D4D. Windows color (decimal): -9617090 or 4079981. OLE color: 4079981.
HSL color Cylindrical-coordinate representation of color #6D413E: hue angle of 3.83º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D413E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 62 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.57 |
| HSL | 3.83º | 0.27% | 0.34% | - |
| HSV(B) | 3.83º | 0.43% | 0.43% | - |
| XYZ | 9.07 | 7.38 | 5.5 | - |
| YUV | 77.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 62 | 0 | 0.40 | 0.43 | 0.57 | 3.83 | 0.27 | 0.34 |
| Hex | 6D | 41 | 3E | 0 | 28 | 2B | 39 | 4 | 1B | 22 |
| Octal | 155 | 101 | 76 | 0 | 50 | 53 | 71 | 4 | 33 | 42 |
| Binary | 1101101 | 1000001 | 111110 | 0 | 101000 | 101011 | 111001 | 100 | 11011 | 100010 |
Color Harmonies of #6D413E
Complementary color
Monochromatic Colors of #6D413E
Black with #6D413E
Text Example
Text Example
White with #6D413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D413E; }
p { color: rgb(109,65,62); }
H1.HeaderClassName
{
color: #6D413E;
}
.AnyTagClassName
{
color: #6D413E;
}
</style>
background-color css
<style>
a { background-color: #6D413E; }
a { background-color: rgb(109,65,62); }
div.DivClassName
{
background-color: #6D413E;
}
.BgClassName
{
background-color: #6D413E;
}
</style>
border-color css
<style>
span { border-color: #6D413E; }
span { border-color: rgb(109,65,62); }
td.TdClassName
{
border-color: #6D413E;
}
.TagClassName
{
border-color: #6D413E;
}
</style>