Shades of Metallic Copper #6A4139
Tints of Metallic Copper #6A4139
RGB
CMYK
RGB Variations
Color information
#6A4139 (or 0x6A4139) is known color: Metallic Copper. HEX triplet: 6A, 41 and 39. RGB value is (106,65,57). Sum of RGB (Red+Green+Blue) = 106+65+57=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4139 is #95BEC6. Grayscale: #4C4C4C. Windows color (decimal): -9813703 or 3752298. OLE color: 3752298.
HSL color Cylindrical-coordinate representation of color #6A4139: hue angle of 9.8º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A4139 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 65 | 57 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.58 |
| HSL | 9.8º | 0.3% | 0.32% | - |
| HSV(B) | 9.8º | 0.46% | 0.42% | - |
| XYZ | 8.57 | 7.14 | 4.8 | - |
| YUV | 76.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 65 | 57 | 0 | 0.39 | 0.46 | 0.58 | 9.8 | 0.3 | 0.32 |
| Hex | 6A | 41 | 39 | 0 | 27 | 2E | 3A | A | 1E | 20 |
| Octal | 152 | 101 | 71 | 0 | 47 | 56 | 72 | 12 | 36 | 40 |
| Binary | 1101010 | 1000001 | 111001 | 0 | 100111 | 101110 | 111010 | 1010 | 11110 | 100000 |
Color Harmonies of #6A4139
Complementary color
Monochromatic Colors of #6A4139
Black with #6A4139
Text Example
Text Example
White with #6A4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4139; }
p { color: rgb(106,65,57); }
H1.HeaderClassName
{
color: #6A4139;
}
.AnyTagClassName
{
color: #6A4139;
}
</style>
background-color css
<style>
a { background-color: #6A4139; }
a { background-color: rgb(106,65,57); }
div.DivClassName
{
background-color: #6A4139;
}
.BgClassName
{
background-color: #6A4139;
}
</style>
border-color css
<style>
span { border-color: #6A4139; }
span { border-color: rgb(106,65,57); }
td.TdClassName
{
border-color: #6A4139;
}
.TagClassName
{
border-color: #6A4139;
}
</style>