Shades of Metallic Copper #6D4131
Tints of Metallic Copper #6D4131
RGB
CMYK
RGB Variations
Color information
#6D4131 (or 0x6D4131) is known color: Metallic Copper. HEX triplet: 6D, 41 and 31. RGB value is (109,65,49). Sum of RGB (Red+Green+Blue) = 109+65+49=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4131 is #92BECE. Grayscale: #4C4C4C. Windows color (decimal): -9617103 or 3228013. OLE color: 3228013.
HSL color Cylindrical-coordinate representation of color #6D4131: hue angle of 16º 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 #6D4131 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 49 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.57 |
| HSL | 16º | 0.38% | 0.31% | - |
| HSV(B) | 16º | 0.55% | 0.43% | - |
| XYZ | 8.75 | 7.25 | 3.84 | - |
| YUV | 76.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 49 | 0 | 0.40 | 0.55 | 0.57 | 16 | 0.38 | 0.31 |
| Hex | 6D | 41 | 31 | 0 | 28 | 37 | 39 | 10 | 26 | 1F |
| Octal | 155 | 101 | 61 | 0 | 50 | 67 | 71 | 20 | 46 | 37 |
| Binary | 1101101 | 1000001 | 110001 | 0 | 101000 | 110111 | 111001 | 10000 | 100110 | 11111 |
Color Harmonies of #6D4131
Complementary color
Monochromatic Colors of #6D4131
Black with #6D4131
Text Example
Text Example
White with #6D4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4131; }
p { color: rgb(109,65,49); }
H1.HeaderClassName
{
color: #6D4131;
}
.AnyTagClassName
{
color: #6D4131;
}
</style>
background-color css
<style>
a { background-color: #6D4131; }
a { background-color: rgb(109,65,49); }
div.DivClassName
{
background-color: #6D4131;
}
.BgClassName
{
background-color: #6D4131;
}
</style>
border-color css
<style>
span { border-color: #6D4131; }
span { border-color: rgb(109,65,49); }
td.TdClassName
{
border-color: #6D4131;
}
.TagClassName
{
border-color: #6D4131;
}
</style>