Shades of Metallic Copper #6A3C2E
Tints of Metallic Copper #6A3C2E
RGB
CMYK
RGB Variations
Color information
#6A3C2E (or 0x6A3C2E) is known color: Metallic Copper. HEX triplet: 6A, 3C and 2E. RGB value is (106,60,46). Sum of RGB (Red+Green+Blue) = 106+60+46=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3C2E is #95C3D1. Grayscale: #484848. Windows color (decimal): -9814994 or 3030122. OLE color: 3030122.
HSL color Cylindrical-coordinate representation of color #6A3C2E: hue angle of 14º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A3C2E is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 60 | 46 | - |
| CMYK | 0 | 0.43 | 0.57 | 0.58 |
| HSL | 14º | 0.39% | 0.3% | - |
| HSV(B) | 14º | 0.57% | 0.42% | - |
| XYZ | 8.05 | 6.49 | 3.41 | - |
| YUV | 72.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 46 | 0 | 0.43 | 0.57 | 0.58 | 14 | 0.39 | 0.3 |
| Hex | 6A | 3C | 2E | 0 | 2B | 39 | 3A | E | 27 | 1E |
| Octal | 152 | 74 | 56 | 0 | 53 | 71 | 72 | 16 | 47 | 36 |
| Binary | 1101010 | 111100 | 101110 | 0 | 101011 | 111001 | 111010 | 1110 | 100111 | 11110 |
Color Harmonies of #6A3C2E
Complementary color
Monochromatic Colors of #6A3C2E
Black with #6A3C2E
Text Example
Text Example
White with #6A3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3C2E; }
p { color: rgb(106,60,46); }
H1.HeaderClassName
{
color: #6A3C2E;
}
.AnyTagClassName
{
color: #6A3C2E;
}
</style>
background-color css
<style>
a { background-color: #6A3C2E; }
a { background-color: rgb(106,60,46); }
div.DivClassName
{
background-color: #6A3C2E;
}
.BgClassName
{
background-color: #6A3C2E;
}
</style>
border-color css
<style>
span { border-color: #6A3C2E; }
span { border-color: rgb(106,60,46); }
td.TdClassName
{
border-color: #6A3C2E;
}
.TagClassName
{
border-color: #6A3C2E;
}
</style>