Shades of Metallic Copper #6C403C
Tints of Metallic Copper #6C403C
RGB
CMYK
RGB Variations
Color information
#6C403C (or 0x6C403C) is known color: Metallic Copper. HEX triplet: 6C, 40 and 3C. RGB value is (108,64,60). Sum of RGB (Red+Green+Blue) = 108+64+60=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C403C is #93BFC3. Grayscale: #4C4C4C. Windows color (decimal): -9682884 or 3948652. OLE color: 3948652.
HSL color Cylindrical-coordinate representation of color #6C403C: hue angle of 5º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C403C is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 64 | 60 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.58 |
| HSL | 5º | 0.29% | 0.33% | - |
| HSV(B) | 5º | 0.44% | 0.42% | - |
| XYZ | 8.83 | 7.18 | 5.2 | - |
| YUV | 76.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 60 | 0 | 0.41 | 0.44 | 0.58 | 5 | 0.29 | 0.33 |
| Hex | 6C | 40 | 3C | 0 | 29 | 2C | 3A | 5 | 1D | 21 |
| Octal | 154 | 100 | 74 | 0 | 51 | 54 | 72 | 5 | 35 | 41 |
| Binary | 1101100 | 1000000 | 111100 | 0 | 101001 | 101100 | 111010 | 101 | 11101 | 100001 |
Color Harmonies of #6C403C
Complementary color
Monochromatic Colors of #6C403C
Black with #6C403C
Text Example
Text Example
White with #6C403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C403C; }
p { color: rgb(108,64,60); }
H1.HeaderClassName
{
color: #6C403C;
}
.AnyTagClassName
{
color: #6C403C;
}
</style>
background-color css
<style>
a { background-color: #6C403C; }
a { background-color: rgb(108,64,60); }
div.DivClassName
{
background-color: #6C403C;
}
.BgClassName
{
background-color: #6C403C;
}
</style>
border-color css
<style>
span { border-color: #6C403C; }
span { border-color: rgb(108,64,60); }
td.TdClassName
{
border-color: #6C403C;
}
.TagClassName
{
border-color: #6C403C;
}
</style>