Shades of Metallic Copper #6D4031
Tints of Metallic Copper #6D4031
RGB
CMYK
RGB Variations
Color information
#6D4031 (or 0x6D4031) is known color: Metallic Copper. HEX triplet: 6D, 40 and 31. RGB value is (109,64,49). Sum of RGB (Red+Green+Blue) = 109+64+49=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4031 is #92BFCE. Grayscale: #4B4B4B. Windows color (decimal): -9617359 or 3227757. OLE color: 3227757.
HSL color Cylindrical-coordinate representation of color #6D4031: hue angle of 15º 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 #6D4031 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 64 | 49 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.57 |
| HSL | 15º | 0.38% | 0.31% | - |
| HSV(B) | 15º | 0.55% | 0.43% | - |
| XYZ | 8.69 | 7.14 | 3.83 | - |
| YUV | 75.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 49 | 0 | 0.41 | 0.55 | 0.57 | 15 | 0.38 | 0.31 |
| Hex | 6D | 40 | 31 | 0 | 29 | 37 | 39 | F | 26 | 1F |
| Octal | 155 | 100 | 61 | 0 | 51 | 67 | 71 | 17 | 46 | 37 |
| Binary | 1101101 | 1000000 | 110001 | 0 | 101001 | 110111 | 111001 | 1111 | 100110 | 11111 |
Color Harmonies of #6D4031
Complementary color
Monochromatic Colors of #6D4031
Black with #6D4031
Text Example
Text Example
White with #6D4031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4031; }
p { color: rgb(109,64,49); }
H1.HeaderClassName
{
color: #6D4031;
}
.AnyTagClassName
{
color: #6D4031;
}
</style>
background-color css
<style>
a { background-color: #6D4031; }
a { background-color: rgb(109,64,49); }
div.DivClassName
{
background-color: #6D4031;
}
.BgClassName
{
background-color: #6D4031;
}
</style>
border-color css
<style>
span { border-color: #6D4031; }
span { border-color: rgb(109,64,49); }
td.TdClassName
{
border-color: #6D4031;
}
.TagClassName
{
border-color: #6D4031;
}
</style>