Shades of Metallic Copper #6D3D31
Tints of Metallic Copper #6D3D31
RGB
CMYK
RGB Variations
Color information
#6D3D31 (or 0x6D3D31) is known color: Metallic Copper. HEX triplet: 6D, 3D and 31. RGB value is (109,61,49). Sum of RGB (Red+Green+Blue) = 109+61+49=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3D31 is #92C2CE. Grayscale: #4A4A4A. Windows color (decimal): -9618127 or 3226989. OLE color: 3226989.
HSL color Cylindrical-coordinate representation of color #6D3D31: hue angle of 12º 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 #6D3D31 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 61 | 49 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.57 |
| HSL | 12º | 0.38% | 0.31% | - |
| HSV(B) | 12º | 0.55% | 0.43% | - |
| XYZ | 8.53 | 6.81 | 3.77 | - |
| YUV | 73.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 49 | 0 | 0.44 | 0.55 | 0.57 | 12 | 0.38 | 0.31 |
| Hex | 6D | 3D | 31 | 0 | 2C | 37 | 39 | C | 26 | 1F |
| Octal | 155 | 75 | 61 | 0 | 54 | 67 | 71 | 14 | 46 | 37 |
| Binary | 1101101 | 111101 | 110001 | 0 | 101100 | 110111 | 111001 | 1100 | 100110 | 11111 |
Color Harmonies of #6D3D31
Complementary color
Monochromatic Colors of #6D3D31
Black with #6D3D31
Text Example
Text Example
White with #6D3D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3D31; }
p { color: rgb(109,61,49); }
H1.HeaderClassName
{
color: #6D3D31;
}
.AnyTagClassName
{
color: #6D3D31;
}
</style>
background-color css
<style>
a { background-color: #6D3D31; }
a { background-color: rgb(109,61,49); }
div.DivClassName
{
background-color: #6D3D31;
}
.BgClassName
{
background-color: #6D3D31;
}
</style>
border-color css
<style>
span { border-color: #6D3D31; }
span { border-color: rgb(109,61,49); }
td.TdClassName
{
border-color: #6D3D31;
}
.TagClassName
{
border-color: #6D3D31;
}
</style>