Shades of Metallic Copper #6D413C
Tints of Metallic Copper #6D413C
RGB
CMYK
RGB Variations
Color information
#6D413C (or 0x6D413C) is known color: Metallic Copper. HEX triplet: 6D, 41 and 3C. RGB value is (109,65,60). Sum of RGB (Red+Green+Blue) = 109+65+60=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D413C is #92BEC3. Grayscale: #4D4D4D. Windows color (decimal): -9617092 or 3948909. OLE color: 3948909.
HSL color Cylindrical-coordinate representation of color #6D413C: hue angle of 6.12º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D413C is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 60 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.57 |
| HSL | 6.12º | 0.29% | 0.33% | - |
| HSV(B) | 6.12º | 0.45% | 0.43% | - |
| XYZ | 9.01 | 7.36 | 5.22 | - |
| YUV | 77.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 60 | 0 | 0.40 | 0.45 | 0.57 | 6.12 | 0.29 | 0.33 |
| Hex | 6D | 41 | 3C | 0 | 28 | 2D | 39 | 6 | 1D | 21 |
| Octal | 155 | 101 | 74 | 0 | 50 | 55 | 71 | 6 | 35 | 41 |
| Binary | 1101101 | 1000001 | 111100 | 0 | 101000 | 101101 | 111001 | 110 | 11101 | 100001 |
Color Harmonies of #6D413C
Complementary color
Monochromatic Colors of #6D413C
Black with #6D413C
Text Example
Text Example
White with #6D413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D413C; }
p { color: rgb(109,65,60); }
H1.HeaderClassName
{
color: #6D413C;
}
.AnyTagClassName
{
color: #6D413C;
}
</style>
background-color css
<style>
a { background-color: #6D413C; }
a { background-color: rgb(109,65,60); }
div.DivClassName
{
background-color: #6D413C;
}
.BgClassName
{
background-color: #6D413C;
}
</style>
border-color css
<style>
span { border-color: #6D413C; }
span { border-color: rgb(109,65,60); }
td.TdClassName
{
border-color: #6D413C;
}
.TagClassName
{
border-color: #6D413C;
}
</style>