Shades of Metallic Copper #6E3F31
Tints of Metallic Copper #6E3F31
RGB
CMYK
RGB Variations
Color information
#6E3F31 (or 0x6E3F31) is known color: Metallic Copper. HEX triplet: 6E, 3F and 31. RGB value is (110,63,49). Sum of RGB (Red+Green+Blue) = 110+63+49=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 63 (25% from 255 or 28.38% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3F31 is #91C0CE. Grayscale: #4B4B4B. Windows color (decimal): -9552079 or 3227502. OLE color: 3227502.
HSL color Cylindrical-coordinate representation of color #6E3F31: hue angle of 13.77º 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 #6E3F31 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 63 | 49 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.57 |
| HSL | 13.77º | 0.38% | 0.31% | - |
| HSV(B) | 13.77º | 0.55% | 0.43% | - |
| XYZ | 8.76 | 7.09 | 3.81 | - |
| YUV | 75.46 | 113.07 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 63 | 49 | 0 | 0.43 | 0.55 | 0.57 | 13.77 | 0.38 | 0.31 |
| Hex | 6E | 3F | 31 | 0 | 2B | 37 | 39 | E | 26 | 1F |
| Octal | 156 | 77 | 61 | 0 | 53 | 67 | 71 | 16 | 46 | 37 |
| Binary | 1101110 | 111111 | 110001 | 0 | 101011 | 110111 | 111001 | 1110 | 100110 | 11111 |
Color Harmonies of #6E3F31
Complementary color
Monochromatic Colors of #6E3F31
Black with #6E3F31
Text Example
Text Example
White with #6E3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3F31; }
p { color: rgb(110,63,49); }
H1.HeaderClassName
{
color: #6E3F31;
}
.AnyTagClassName
{
color: #6E3F31;
}
</style>
background-color css
<style>
a { background-color: #6E3F31; }
a { background-color: rgb(110,63,49); }
div.DivClassName
{
background-color: #6E3F31;
}
.BgClassName
{
background-color: #6E3F31;
}
</style>
border-color css
<style>
span { border-color: #6E3F31; }
span { border-color: rgb(110,63,49); }
td.TdClassName
{
border-color: #6E3F31;
}
.TagClassName
{
border-color: #6E3F31;
}
</style>