Shades of Metallic Copper #6C463C
Tints of Metallic Copper #6C463C
RGB
CMYK
RGB Variations
Color information
#6C463C (or 0x6C463C) is known color: Metallic Copper. HEX triplet: 6C, 46 and 3C. RGB value is (108,70,60). Sum of RGB (Red+Green+Blue) = 108+70+60=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C463C is #93B9C3. Grayscale: #505050. Windows color (decimal): -9681348 or 3950188. OLE color: 3950188.
HSL color Cylindrical-coordinate representation of color #6C463C: hue angle of 12.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 #6C463C is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 70 | 60 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.58 |
| HSL | 12.5º | 0.29% | 0.33% | - |
| HSV(B) | 12.5º | 0.44% | 0.42% | - |
| XYZ | 9.19 | 7.89 | 5.31 | - |
| YUV | 80.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 70 | 60 | 0 | 0.35 | 0.44 | 0.58 | 12.5 | 0.29 | 0.33 |
| Hex | 6C | 46 | 3C | 0 | 23 | 2C | 3A | C | 1D | 21 |
| Octal | 154 | 106 | 74 | 0 | 43 | 54 | 72 | 14 | 35 | 41 |
| Binary | 1101100 | 1000110 | 111100 | 0 | 100011 | 101100 | 111010 | 1100 | 11101 | 100001 |
Color Harmonies of #6C463C
Complementary color
Monochromatic Colors of #6C463C
Black with #6C463C
Text Example
Text Example
White with #6C463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C463C; }
p { color: rgb(108,70,60); }
H1.HeaderClassName
{
color: #6C463C;
}
.AnyTagClassName
{
color: #6C463C;
}
</style>
background-color css
<style>
a { background-color: #6C463C; }
a { background-color: rgb(108,70,60); }
div.DivClassName
{
background-color: #6C463C;
}
.BgClassName
{
background-color: #6C463C;
}
</style>
border-color css
<style>
span { border-color: #6C463C; }
span { border-color: rgb(108,70,60); }
td.TdClassName
{
border-color: #6C463C;
}
.TagClassName
{
border-color: #6C463C;
}
</style>