Shades of Metallic Copper #6E4338
Tints of Metallic Copper #6E4338
RGB
CMYK
RGB Variations
Color information
#6E4338 (or 0x6E4338) is known color: Metallic Copper. HEX triplet: 6E, 43 and 38. RGB value is (110,67,56). Sum of RGB (Red+Green+Blue) = 110+67+56=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4338 is #91BCC7. Grayscale: #4E4E4E. Windows color (decimal): -9551048 or 3687278. OLE color: 3687278.
HSL color Cylindrical-coordinate representation of color #6E4338: hue angle of 12.22º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E4338 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 67 | 56 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.57 |
| HSL | 12.22º | 0.33% | 0.33% | - |
| HSV(B) | 12.22º | 0.49% | 0.43% | - |
| XYZ | 9.15 | 7.61 | 4.73 | - |
| YUV | 78.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 56 | 0 | 0.39 | 0.49 | 0.57 | 12.22 | 0.33 | 0.33 |
| Hex | 6E | 43 | 38 | 0 | 27 | 31 | 39 | C | 21 | 21 |
| Octal | 156 | 103 | 70 | 0 | 47 | 61 | 71 | 14 | 41 | 41 |
| Binary | 1101110 | 1000011 | 111000 | 0 | 100111 | 110001 | 111001 | 1100 | 100001 | 100001 |
Color Harmonies of #6E4338
Complementary color
Monochromatic Colors of #6E4338
Black with #6E4338
Text Example
Text Example
White with #6E4338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4338; }
p { color: rgb(110,67,56); }
H1.HeaderClassName
{
color: #6E4338;
}
.AnyTagClassName
{
color: #6E4338;
}
</style>
background-color css
<style>
a { background-color: #6E4338; }
a { background-color: rgb(110,67,56); }
div.DivClassName
{
background-color: #6E4338;
}
.BgClassName
{
background-color: #6E4338;
}
</style>
border-color css
<style>
span { border-color: #6E4338; }
span { border-color: rgb(110,67,56); }
td.TdClassName
{
border-color: #6E4338;
}
.TagClassName
{
border-color: #6E4338;
}
</style>