Shades of Metallic Copper #6E3D30
Tints of Metallic Copper #6E3D30
RGB
CMYK
RGB Variations
Color information
#6E3D30 (or 0x6E3D30) is known color: Metallic Copper. HEX triplet: 6E, 3D and 30. RGB value is (110,61,48). Sum of RGB (Red+Green+Blue) = 110+61+48=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3D30 is #91C2CF. Grayscale: #4A4A4A. Windows color (decimal): -9552592 or 3161454. OLE color: 3161454.
HSL color Cylindrical-coordinate representation of color #6E3D30: hue angle of 12.58º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E3D30 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 61 | 48 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.57 |
| HSL | 12.58º | 0.39% | 0.31% | - |
| HSV(B) | 12.58º | 0.56% | 0.43% | - |
| XYZ | 8.63 | 6.87 | 3.67 | - |
| YUV | 74.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 48 | 0 | 0.45 | 0.56 | 0.57 | 12.58 | 0.39 | 0.31 |
| Hex | 6E | 3D | 30 | 0 | 2D | 38 | 39 | D | 27 | 1F |
| Octal | 156 | 75 | 60 | 0 | 55 | 70 | 71 | 15 | 47 | 37 |
| Binary | 1101110 | 111101 | 110000 | 0 | 101101 | 111000 | 111001 | 1101 | 100111 | 11111 |
Color Harmonies of #6E3D30
Complementary color
Monochromatic Colors of #6E3D30
Black with #6E3D30
Text Example
Text Example
White with #6E3D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3D30; }
p { color: rgb(110,61,48); }
H1.HeaderClassName
{
color: #6E3D30;
}
.AnyTagClassName
{
color: #6E3D30;
}
</style>
background-color css
<style>
a { background-color: #6E3D30; }
a { background-color: rgb(110,61,48); }
div.DivClassName
{
background-color: #6E3D30;
}
.BgClassName
{
background-color: #6E3D30;
}
</style>
border-color css
<style>
span { border-color: #6E3D30; }
span { border-color: rgb(110,61,48); }
td.TdClassName
{
border-color: #6E3D30;
}
.TagClassName
{
border-color: #6E3D30;
}
</style>