Shades of Metallic Copper #6D3E31
Tints of Metallic Copper #6D3E31
RGB
CMYK
RGB Variations
Color information
#6D3E31 (or 0x6D3E31) is known color: Metallic Copper. HEX triplet: 6D, 3E and 31. RGB value is (109,62,49). Sum of RGB (Red+Green+Blue) = 109+62+49=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E31 is #92C1CE. Grayscale: #4A4A4A. Windows color (decimal): -9617871 or 3227245. OLE color: 3227245.
HSL color Cylindrical-coordinate representation of color #6D3E31: hue angle of 13º 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 #6D3E31 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 49 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.57 |
| HSL | 13º | 0.38% | 0.31% | - |
| HSV(B) | 13º | 0.55% | 0.43% | - |
| XYZ | 8.58 | 6.92 | 3.79 | - |
| YUV | 74.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 49 | 0 | 0.43 | 0.55 | 0.57 | 13 | 0.38 | 0.31 |
| Hex | 6D | 3E | 31 | 0 | 2B | 37 | 39 | D | 26 | 1F |
| Octal | 155 | 76 | 61 | 0 | 53 | 67 | 71 | 15 | 46 | 37 |
| Binary | 1101101 | 111110 | 110001 | 0 | 101011 | 110111 | 111001 | 1101 | 100110 | 11111 |
Color Harmonies of #6D3E31
Complementary color
Monochromatic Colors of #6D3E31
Black with #6D3E31
Text Example
Text Example
White with #6D3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E31; }
p { color: rgb(109,62,49); }
H1.HeaderClassName
{
color: #6D3E31;
}
.AnyTagClassName
{
color: #6D3E31;
}
</style>
background-color css
<style>
a { background-color: #6D3E31; }
a { background-color: rgb(109,62,49); }
div.DivClassName
{
background-color: #6D3E31;
}
.BgClassName
{
background-color: #6D3E31;
}
</style>
border-color css
<style>
span { border-color: #6D3E31; }
span { border-color: rgb(109,62,49); }
td.TdClassName
{
border-color: #6D3E31;
}
.TagClassName
{
border-color: #6D3E31;
}
</style>