Shades of Metallic Copper #6D413D
Tints of Metallic Copper #6D413D
RGB
CMYK
RGB Variations
Color information
#6D413D (or 0x6D413D) is known color: Metallic Copper. HEX triplet: 6D, 41 and 3D. RGB value is (109,65,61). Sum of RGB (Red+Green+Blue) = 109+65+61=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D413D is #92BEC2. Grayscale: #4D4D4D. Windows color (decimal): -9617091 or 4014445. OLE color: 4014445.
HSL color Cylindrical-coordinate representation of color #6D413D: hue angle of 5º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D413D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 61 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.57 |
| HSL | 5º | 0.28% | 0.33% | - |
| HSV(B) | 5º | 0.44% | 0.43% | - |
| XYZ | 9.04 | 7.37 | 5.36 | - |
| YUV | 77.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 61 | 0 | 0.40 | 0.44 | 0.57 | 5 | 0.28 | 0.33 |
| Hex | 6D | 41 | 3D | 0 | 28 | 2C | 39 | 5 | 1C | 21 |
| Octal | 155 | 101 | 75 | 0 | 50 | 54 | 71 | 5 | 34 | 41 |
| Binary | 1101101 | 1000001 | 111101 | 0 | 101000 | 101100 | 111001 | 101 | 11100 | 100001 |
Color Harmonies of #6D413D
Complementary color
Monochromatic Colors of #6D413D
Black with #6D413D
Text Example
Text Example
White with #6D413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D413D; }
p { color: rgb(109,65,61); }
H1.HeaderClassName
{
color: #6D413D;
}
.AnyTagClassName
{
color: #6D413D;
}
</style>
background-color css
<style>
a { background-color: #6D413D; }
a { background-color: rgb(109,65,61); }
div.DivClassName
{
background-color: #6D413D;
}
.BgClassName
{
background-color: #6D413D;
}
</style>
border-color css
<style>
span { border-color: #6D413D; }
span { border-color: rgb(109,65,61); }
td.TdClassName
{
border-color: #6D413D;
}
.TagClassName
{
border-color: #6D413D;
}
</style>