Shades of Metallic Copper #6A403A
Tints of Metallic Copper #6A403A
RGB
CMYK
RGB Variations
Color information
#6A403A (or 0x6A403A) is known color: Metallic Copper. HEX triplet: 6A, 40 and 3A. RGB value is (106,64,58). Sum of RGB (Red+Green+Blue) = 106+64+58=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A403A is #95BFC5. Grayscale: #4B4B4B. Windows color (decimal): -9813958 or 3817578. OLE color: 3817578.
HSL color Cylindrical-coordinate representation of color #6A403A: hue angle of 7.5º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A403A is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 64 | 58 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.58 |
| HSL | 7.5º | 0.29% | 0.32% | - |
| HSV(B) | 7.5º | 0.45% | 0.42% | - |
| XYZ | 8.54 | 7.04 | 4.91 | - |
| YUV | 75.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 58 | 0 | 0.40 | 0.45 | 0.58 | 7.5 | 0.29 | 0.32 |
| Hex | 6A | 40 | 3A | 0 | 28 | 2D | 3A | 8 | 1D | 20 |
| Octal | 152 | 100 | 72 | 0 | 50 | 55 | 72 | 10 | 35 | 40 |
| Binary | 1101010 | 1000000 | 111010 | 0 | 101000 | 101101 | 111010 | 1000 | 11101 | 100000 |
Color Harmonies of #6A403A
Complementary color
Monochromatic Colors of #6A403A
Black with #6A403A
Text Example
Text Example
White with #6A403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A403A; }
p { color: rgb(106,64,58); }
H1.HeaderClassName
{
color: #6A403A;
}
.AnyTagClassName
{
color: #6A403A;
}
</style>
background-color css
<style>
a { background-color: #6A403A; }
a { background-color: rgb(106,64,58); }
div.DivClassName
{
background-color: #6A403A;
}
.BgClassName
{
background-color: #6A403A;
}
</style>
border-color css
<style>
span { border-color: #6A403A; }
span { border-color: rgb(106,64,58); }
td.TdClassName
{
border-color: #6A403A;
}
.TagClassName
{
border-color: #6A403A;
}
</style>