Shades of Metallic Copper #6C4239
Tints of Metallic Copper #6C4239
RGB
CMYK
RGB Variations
Color information
#6C4239 (or 0x6C4239) is known color: Metallic Copper. HEX triplet: 6C, 42 and 39. RGB value is (108,66,57). Sum of RGB (Red+Green+Blue) = 108+66+57=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4239 is #93BDC6. Grayscale: #4D4D4D. Windows color (decimal): -9682375 or 3752556. OLE color: 3752556.
HSL color Cylindrical-coordinate representation of color #6C4239: hue angle of 10.59º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C4239 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 66 | 57 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.58 |
| HSL | 10.59º | 0.31% | 0.32% | - |
| HSV(B) | 10.59º | 0.47% | 0.42% | - |
| XYZ | 8.87 | 7.38 | 4.83 | - |
| YUV | 77.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 57 | 0 | 0.39 | 0.47 | 0.58 | 10.59 | 0.31 | 0.32 |
| Hex | 6C | 42 | 39 | 0 | 27 | 2F | 3A | B | 1F | 20 |
| Octal | 154 | 102 | 71 | 0 | 47 | 57 | 72 | 13 | 37 | 40 |
| Binary | 1101100 | 1000010 | 111001 | 0 | 100111 | 101111 | 111010 | 1011 | 11111 | 100000 |
Color Harmonies of #6C4239
Complementary color
Monochromatic Colors of #6C4239
Black with #6C4239
Text Example
Text Example
White with #6C4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4239; }
p { color: rgb(108,66,57); }
H1.HeaderClassName
{
color: #6C4239;
}
.AnyTagClassName
{
color: #6C4239;
}
</style>
background-color css
<style>
a { background-color: #6C4239; }
a { background-color: rgb(108,66,57); }
div.DivClassName
{
background-color: #6C4239;
}
.BgClassName
{
background-color: #6C4239;
}
</style>
border-color css
<style>
span { border-color: #6C4239; }
span { border-color: rgb(108,66,57); }
td.TdClassName
{
border-color: #6C4239;
}
.TagClassName
{
border-color: #6C4239;
}
</style>