Shades of Metallic Copper #6C423C
Tints of Metallic Copper #6C423C
RGB
CMYK
RGB Variations
Color information
#6C423C (or 0x6C423C) is known color: Metallic Copper. HEX triplet: 6C, 42 and 3C. RGB value is (108,66,60). Sum of RGB (Red+Green+Blue) = 108+66+60=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 108 - color contains mainly: red. Hex color #6C423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C423C is #93BDC3. Grayscale: #4D4D4D. Windows color (decimal): -9682372 or 3949164. OLE color: 3949164.
HSL color Cylindrical-coordinate representation of color #6C423C: hue angle of 7.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 #6C423C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 66 | 60 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.58 |
| HSL | 7.5º | 0.29% | 0.33% | - |
| HSV(B) | 7.5º | 0.44% | 0.42% | - |
| XYZ | 8.95 | 7.41 | 5.23 | - |
| YUV | 77.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 60 | 0 | 0.39 | 0.44 | 0.58 | 7.5 | 0.29 | 0.33 |
| Hex | 6C | 42 | 3C | 0 | 27 | 2C | 3A | 8 | 1D | 21 |
| Octal | 154 | 102 | 74 | 0 | 47 | 54 | 72 | 10 | 35 | 41 |
| Binary | 1101100 | 1000010 | 111100 | 0 | 100111 | 101100 | 111010 | 1000 | 11101 | 100001 |
Color Harmonies of #6C423C
Complementary color
Monochromatic Colors of #6C423C
Black with #6C423C
Text Example
Text Example
White with #6C423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C423C; }
p { color: rgb(108,66,60); }
H1.HeaderClassName
{
color: #6C423C;
}
.AnyTagClassName
{
color: #6C423C;
}
</style>
background-color css
<style>
a { background-color: #6C423C; }
a { background-color: rgb(108,66,60); }
div.DivClassName
{
background-color: #6C423C;
}
.BgClassName
{
background-color: #6C423C;
}
</style>
border-color css
<style>
span { border-color: #6C423C; }
span { border-color: rgb(108,66,60); }
td.TdClassName
{
border-color: #6C423C;
}
.TagClassName
{
border-color: #6C423C;
}
</style>