Shades of Metallic Copper #6A3D35
Tints of Metallic Copper #6A3D35
RGB
CMYK
RGB Variations
Color information
#6A3D35 (or 0x6A3D35) is known color: Metallic Copper. HEX triplet: 6A, 3D and 35. RGB value is (106,61,53). Sum of RGB (Red+Green+Blue) = 106+61+53=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3D35 is #95C2CA. Grayscale: #494949. Windows color (decimal): -9814731 or 3489130. OLE color: 3489130.
HSL color Cylindrical-coordinate representation of color #6A3D35: hue angle of 9.06º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A3D35 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 61 | 53 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.58 |
| HSL | 9.06º | 0.33% | 0.31% | - |
| HSV(B) | 9.06º | 0.5% | 0.42% | - |
| XYZ | 8.26 | 6.66 | 4.22 | - |
| YUV | 73.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 61 | 53 | 0 | 0.42 | 0.5 | 0.58 | 9.06 | 0.33 | 0.31 |
| Hex | 6A | 3D | 35 | 0 | 2A | 32 | 3A | 9 | 21 | 1F |
| Octal | 152 | 75 | 65 | 0 | 52 | 62 | 72 | 11 | 41 | 37 |
| Binary | 1101010 | 111101 | 110101 | 0 | 101010 | 110010 | 111010 | 1001 | 100001 | 11111 |
Color Harmonies of #6A3D35
Complementary color
Monochromatic Colors of #6A3D35
Black with #6A3D35
Text Example
Text Example
White with #6A3D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3D35; }
p { color: rgb(106,61,53); }
H1.HeaderClassName
{
color: #6A3D35;
}
.AnyTagClassName
{
color: #6A3D35;
}
</style>
background-color css
<style>
a { background-color: #6A3D35; }
a { background-color: rgb(106,61,53); }
div.DivClassName
{
background-color: #6A3D35;
}
.BgClassName
{
background-color: #6A3D35;
}
</style>
border-color css
<style>
span { border-color: #6A3D35; }
span { border-color: rgb(106,61,53); }
td.TdClassName
{
border-color: #6A3D35;
}
.TagClassName
{
border-color: #6A3D35;
}
</style>