Shades of Metallic Copper #6E3F2F
Tints of Metallic Copper #6E3F2F
RGB
CMYK
RGB Variations
Color information
#6E3F2F (or 0x6E3F2F) is known color: Metallic Copper. HEX triplet: 6E, 3F and 2F. RGB value is (110,63,47). Sum of RGB (Red+Green+Blue) = 110+63+47=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3F2F is #91C0D0. Grayscale: #4B4B4B. Windows color (decimal): -9552081 or 3096430. OLE color: 3096430.
HSL color Cylindrical-coordinate representation of color #6E3F2F: hue angle of 15.24º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E3F2F is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 63 | 47 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.57 |
| HSL | 15.24º | 0.4% | 0.31% | - |
| HSV(B) | 15.24º | 0.57% | 0.43% | - |
| XYZ | 8.72 | 7.08 | 3.6 | - |
| YUV | 75.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 63 | 47 | 0 | 0.43 | 0.57 | 0.57 | 15.24 | 0.4 | 0.31 |
| Hex | 6E | 3F | 2F | 0 | 2B | 39 | 39 | F | 28 | 1F |
| Octal | 156 | 77 | 57 | 0 | 53 | 71 | 71 | 17 | 50 | 37 |
| Binary | 1101110 | 111111 | 101111 | 0 | 101011 | 111001 | 111001 | 1111 | 101000 | 11111 |
Color Harmonies of #6E3F2F
Complementary color
Monochromatic Colors of #6E3F2F
Black with #6E3F2F
Text Example
Text Example
White with #6E3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3F2F; }
p { color: rgb(110,63,47); }
H1.HeaderClassName
{
color: #6E3F2F;
}
.AnyTagClassName
{
color: #6E3F2F;
}
</style>
background-color css
<style>
a { background-color: #6E3F2F; }
a { background-color: rgb(110,63,47); }
div.DivClassName
{
background-color: #6E3F2F;
}
.BgClassName
{
background-color: #6E3F2F;
}
</style>
border-color css
<style>
span { border-color: #6E3F2F; }
span { border-color: rgb(110,63,47); }
td.TdClassName
{
border-color: #6E3F2F;
}
.TagClassName
{
border-color: #6E3F2F;
}
</style>