Shades of Metallic Copper #6D3E39
Tints of Metallic Copper #6D3E39
RGB
CMYK
RGB Variations
Color information
#6D3E39 (or 0x6D3E39) is known color: Metallic Copper. HEX triplet: 6D, 3E and 39. RGB value is (109,62,57). Sum of RGB (Red+Green+Blue) = 109+62+57=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E39 is #92C1C6. Grayscale: #4B4B4B. Windows color (decimal): -9617863 or 3751533. OLE color: 3751533.
HSL color Cylindrical-coordinate representation of color #6D3E39: hue angle of 5.77º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D3E39 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 57 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.57 |
| HSL | 5.77º | 0.31% | 0.33% | - |
| HSV(B) | 5.77º | 0.48% | 0.43% | - |
| XYZ | 8.77 | 6.99 | 4.76 | - |
| YUV | 75.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 57 | 0 | 0.43 | 0.48 | 0.57 | 5.77 | 0.31 | 0.33 |
| Hex | 6D | 3E | 39 | 0 | 2B | 30 | 39 | 6 | 1F | 21 |
| Octal | 155 | 76 | 71 | 0 | 53 | 60 | 71 | 6 | 37 | 41 |
| Binary | 1101101 | 111110 | 111001 | 0 | 101011 | 110000 | 111001 | 110 | 11111 | 100001 |
Color Harmonies of #6D3E39
Complementary color
Monochromatic Colors of #6D3E39
Black with #6D3E39
Text Example
Text Example
White with #6D3E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E39; }
p { color: rgb(109,62,57); }
H1.HeaderClassName
{
color: #6D3E39;
}
.AnyTagClassName
{
color: #6D3E39;
}
</style>
background-color css
<style>
a { background-color: #6D3E39; }
a { background-color: rgb(109,62,57); }
div.DivClassName
{
background-color: #6D3E39;
}
.BgClassName
{
background-color: #6D3E39;
}
</style>
border-color css
<style>
span { border-color: #6D3E39; }
span { border-color: rgb(109,62,57); }
td.TdClassName
{
border-color: #6D3E39;
}
.TagClassName
{
border-color: #6D3E39;
}
</style>