Shades of Metallic Copper #6A4037
Tints of Metallic Copper #6A4037
RGB
CMYK
RGB Variations
Color information
#6A4037 (or 0x6A4037) is known color: Metallic Copper. HEX triplet: 6A, 40 and 37. RGB value is (106,64,55). Sum of RGB (Red+Green+Blue) = 106+64+55=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 55 (21.88% from 255 or 24.44% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4037 is #95BFC8. Grayscale: #4B4B4B. Windows color (decimal): -9813961 or 3620970. OLE color: 3620970.
HSL color Cylindrical-coordinate representation of color #6A4037: hue angle of 10.59º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A4037 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 64 | 55 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.58 |
| HSL | 10.59º | 0.32% | 0.32% | - |
| HSV(B) | 10.59º | 0.48% | 0.42% | - |
| XYZ | 8.47 | 7.01 | 4.52 | - |
| YUV | 75.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 55 | 0 | 0.40 | 0.48 | 0.58 | 10.59 | 0.32 | 0.32 |
| Hex | 6A | 40 | 37 | 0 | 28 | 30 | 3A | B | 20 | 20 |
| Octal | 152 | 100 | 67 | 0 | 50 | 60 | 72 | 13 | 40 | 40 |
| Binary | 1101010 | 1000000 | 110111 | 0 | 101000 | 110000 | 111010 | 1011 | 100000 | 100000 |
Color Harmonies of #6A4037
Complementary color
Monochromatic Colors of #6A4037
Black with #6A4037
Text Example
Text Example
White with #6A4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4037; }
p { color: rgb(106,64,55); }
H1.HeaderClassName
{
color: #6A4037;
}
.AnyTagClassName
{
color: #6A4037;
}
</style>
background-color css
<style>
a { background-color: #6A4037; }
a { background-color: rgb(106,64,55); }
div.DivClassName
{
background-color: #6A4037;
}
.BgClassName
{
background-color: #6A4037;
}
</style>
border-color css
<style>
span { border-color: #6A4037; }
span { border-color: rgb(106,64,55); }
td.TdClassName
{
border-color: #6A4037;
}
.TagClassName
{
border-color: #6A4037;
}
</style>