Shades of Metallic Copper #6C4339
Tints of Metallic Copper #6C4339
RGB
CMYK
RGB Variations
Color information
#6C4339 (or 0x6C4339) is known color: Metallic Copper. HEX triplet: 6C, 43 and 39. RGB value is (108,67,57). Sum of RGB (Red+Green+Blue) = 108+67+57=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4339 is #93BCC6. Grayscale: #4E4E4E. Windows color (decimal): -9682119 or 3752812. OLE color: 3752812.
HSL color Cylindrical-coordinate representation of color #6C4339: hue angle of 11.76º 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 #6C4339 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 67 | 57 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.58 |
| HSL | 11.76º | 0.31% | 0.32% | - |
| HSV(B) | 11.76º | 0.47% | 0.42% | - |
| XYZ | 8.93 | 7.5 | 4.85 | - |
| YUV | 78.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 67 | 57 | 0 | 0.38 | 0.47 | 0.58 | 11.76 | 0.31 | 0.32 |
| Hex | 6C | 43 | 39 | 0 | 26 | 2F | 3A | C | 1F | 20 |
| Octal | 154 | 103 | 71 | 0 | 46 | 57 | 72 | 14 | 37 | 40 |
| Binary | 1101100 | 1000011 | 111001 | 0 | 100110 | 101111 | 111010 | 1100 | 11111 | 100000 |
Color Harmonies of #6C4339
Complementary color
Monochromatic Colors of #6C4339
Black with #6C4339
Text Example
Text Example
White with #6C4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4339; }
p { color: rgb(108,67,57); }
H1.HeaderClassName
{
color: #6C4339;
}
.AnyTagClassName
{
color: #6C4339;
}
</style>
background-color css
<style>
a { background-color: #6C4339; }
a { background-color: rgb(108,67,57); }
div.DivClassName
{
background-color: #6C4339;
}
.BgClassName
{
background-color: #6C4339;
}
</style>
border-color css
<style>
span { border-color: #6C4339; }
span { border-color: rgb(108,67,57); }
td.TdClassName
{
border-color: #6C4339;
}
.TagClassName
{
border-color: #6C4339;
}
</style>