Shades of Metallic Copper #6D3E37
Tints of Metallic Copper #6D3E37
RGB
CMYK
RGB Variations
Color information
#6D3E37 (or 0x6D3E37) is known color: Metallic Copper. HEX triplet: 6D, 3E and 37. RGB value is (109,62,55). Sum of RGB (Red+Green+Blue) = 109+62+55=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E37 is #92C1C8. Grayscale: #4B4B4B. Windows color (decimal): -9617865 or 3620461. OLE color: 3620461.
HSL color Cylindrical-coordinate representation of color #6D3E37: hue angle of 7.78º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D3E37 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 55 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.57 |
| HSL | 7.78º | 0.33% | 0.32% | - |
| HSV(B) | 7.78º | 0.5% | 0.43% | - |
| XYZ | 8.72 | 6.97 | 4.5 | - |
| YUV | 75.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 55 | 0 | 0.43 | 0.50 | 0.57 | 7.78 | 0.33 | 0.32 |
| Hex | 6D | 3E | 37 | 0 | 2B | 32 | 39 | 8 | 21 | 20 |
| Octal | 155 | 76 | 67 | 0 | 53 | 62 | 71 | 10 | 41 | 40 |
| Binary | 1101101 | 111110 | 110111 | 0 | 101011 | 110010 | 111001 | 1000 | 100001 | 100000 |
Color Harmonies of #6D3E37
Complementary color
Monochromatic Colors of #6D3E37
Black with #6D3E37
Text Example
Text Example
White with #6D3E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E37; }
p { color: rgb(109,62,55); }
H1.HeaderClassName
{
color: #6D3E37;
}
.AnyTagClassName
{
color: #6D3E37;
}
</style>
background-color css
<style>
a { background-color: #6D3E37; }
a { background-color: rgb(109,62,55); }
div.DivClassName
{
background-color: #6D3E37;
}
.BgClassName
{
background-color: #6D3E37;
}
</style>
border-color css
<style>
span { border-color: #6D3E37; }
span { border-color: rgb(109,62,55); }
td.TdClassName
{
border-color: #6D3E37;
}
.TagClassName
{
border-color: #6D3E37;
}
</style>