Shades of Metallic Copper #6E4337
Tints of Metallic Copper #6E4337
RGB
CMYK
RGB Variations
Color information
#6E4337 (or 0x6E4337) is known color: Metallic Copper. HEX triplet: 6E, 43 and 37. RGB value is (110,67,55). Sum of RGB (Red+Green+Blue) = 110+67+55=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4337 is #91BCC8. Grayscale: #4E4E4E. Windows color (decimal): -9551049 or 3621742. OLE color: 3621742.
HSL color Cylindrical-coordinate representation of color #6E4337: hue angle of 13.09º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4337 is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 67 | 55 | - |
| CMYK | 0 | 0.39 | 0.5 | 0.57 |
| HSL | 13.09º | 0.33% | 0.32% | - |
| HSV(B) | 13.09º | 0.5% | 0.43% | - |
| XYZ | 9.13 | 7.61 | 4.6 | - |
| YUV | 78.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 55 | 0 | 0.39 | 0.5 | 0.57 | 13.09 | 0.33 | 0.32 |
| Hex | 6E | 43 | 37 | 0 | 27 | 32 | 39 | D | 21 | 20 |
| Octal | 156 | 103 | 67 | 0 | 47 | 62 | 71 | 15 | 41 | 40 |
| Binary | 1101110 | 1000011 | 110111 | 0 | 100111 | 110010 | 111001 | 1101 | 100001 | 100000 |
Color Harmonies of #6E4337
Complementary color
Monochromatic Colors of #6E4337
Black with #6E4337
Text Example
Text Example
White with #6E4337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4337; }
p { color: rgb(110,67,55); }
H1.HeaderClassName
{
color: #6E4337;
}
.AnyTagClassName
{
color: #6E4337;
}
</style>
background-color css
<style>
a { background-color: #6E4337; }
a { background-color: rgb(110,67,55); }
div.DivClassName
{
background-color: #6E4337;
}
.BgClassName
{
background-color: #6E4337;
}
</style>
border-color css
<style>
span { border-color: #6E4337; }
span { border-color: rgb(110,67,55); }
td.TdClassName
{
border-color: #6E4337;
}
.TagClassName
{
border-color: #6E4337;
}
</style>