Shades of Metallic Copper #6D3F31
Tints of Metallic Copper #6D3F31
RGB
CMYK
RGB Variations
Color information
#6D3F31 (or 0x6D3F31) is known color: Metallic Copper. HEX triplet: 6D, 3F and 31. RGB value is (109,63,49). Sum of RGB (Red+Green+Blue) = 109+63+49=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F31 is #92C0CE. Grayscale: #4B4B4B. Windows color (decimal): -9617615 or 3227501. OLE color: 3227501.
HSL color Cylindrical-coordinate representation of color #6D3F31: hue angle of 14º 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 #6D3F31 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 63 | 49 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.57 |
| HSL | 14º | 0.38% | 0.31% | - |
| HSV(B) | 14º | 0.55% | 0.43% | - |
| XYZ | 8.64 | 7.03 | 3.81 | - |
| YUV | 75.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 63 | 49 | 0 | 0.42 | 0.55 | 0.57 | 14 | 0.38 | 0.31 |
| Hex | 6D | 3F | 31 | 0 | 2A | 37 | 39 | E | 26 | 1F |
| Octal | 155 | 77 | 61 | 0 | 52 | 67 | 71 | 16 | 46 | 37 |
| Binary | 1101101 | 111111 | 110001 | 0 | 101010 | 110111 | 111001 | 1110 | 100110 | 11111 |
Color Harmonies of #6D3F31
Complementary color
Monochromatic Colors of #6D3F31
Black with #6D3F31
Text Example
Text Example
White with #6D3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3F31; }
p { color: rgb(109,63,49); }
H1.HeaderClassName
{
color: #6D3F31;
}
.AnyTagClassName
{
color: #6D3F31;
}
</style>
background-color css
<style>
a { background-color: #6D3F31; }
a { background-color: rgb(109,63,49); }
div.DivClassName
{
background-color: #6D3F31;
}
.BgClassName
{
background-color: #6D3F31;
}
</style>
border-color css
<style>
span { border-color: #6D3F31; }
span { border-color: rgb(109,63,49); }
td.TdClassName
{
border-color: #6D3F31;
}
.TagClassName
{
border-color: #6D3F31;
}
</style>