Shades of Metallic Copper #6C4035
Tints of Metallic Copper #6C4035
RGB
CMYK
RGB Variations
Color information
#6C4035 (or 0x6C4035) is known color: Metallic Copper. HEX triplet: 6C, 40 and 35. RGB value is (108,64,53). Sum of RGB (Red+Green+Blue) = 108+64+53=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4035 is #93BFCA. Grayscale: #4B4B4B. Windows color (decimal): -9682891 or 3489900. OLE color: 3489900.
HSL color Cylindrical-coordinate representation of color #6C4035: hue angle of 12º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C4035 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 64 | 53 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.58 |
| HSL | 12º | 0.34% | 0.32% | - |
| HSV(B) | 12º | 0.51% | 0.42% | - |
| XYZ | 8.66 | 7.11 | 4.28 | - |
| YUV | 75.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 53 | 0 | 0.41 | 0.51 | 0.58 | 12 | 0.34 | 0.32 |
| Hex | 6C | 40 | 35 | 0 | 29 | 33 | 3A | C | 22 | 20 |
| Octal | 154 | 100 | 65 | 0 | 51 | 63 | 72 | 14 | 42 | 40 |
| Binary | 1101100 | 1000000 | 110101 | 0 | 101001 | 110011 | 111010 | 1100 | 100010 | 100000 |
Color Harmonies of #6C4035
Complementary color
Monochromatic Colors of #6C4035
Black with #6C4035
Text Example
Text Example
White with #6C4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4035; }
p { color: rgb(108,64,53); }
H1.HeaderClassName
{
color: #6C4035;
}
.AnyTagClassName
{
color: #6C4035;
}
</style>
background-color css
<style>
a { background-color: #6C4035; }
a { background-color: rgb(108,64,53); }
div.DivClassName
{
background-color: #6C4035;
}
.BgClassName
{
background-color: #6C4035;
}
</style>
border-color css
<style>
span { border-color: #6C4035; }
span { border-color: rgb(108,64,53); }
td.TdClassName
{
border-color: #6C4035;
}
.TagClassName
{
border-color: #6C4035;
}
</style>