Shades of Metallic Copper #6C4036
Tints of Metallic Copper #6C4036
RGB
CMYK
RGB Variations
Color information
#6C4036 (or 0x6C4036) is known color: Metallic Copper. HEX triplet: 6C, 40 and 36. RGB value is (108,64,54). Sum of RGB (Red+Green+Blue) = 108+64+54=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4036 is #93BFC9. Grayscale: #4C4C4C. Windows color (decimal): -9682890 or 3555436. OLE color: 3555436.
HSL color Cylindrical-coordinate representation of color #6C4036: hue angle of 11.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C4036 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 64 | 54 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.58 |
| HSL | 11.11º | 0.33% | 0.32% | - |
| HSV(B) | 11.11º | 0.5% | 0.42% | - |
| XYZ | 8.68 | 7.12 | 4.41 | - |
| YUV | 76.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 54 | 0 | 0.41 | 0.50 | 0.58 | 11.11 | 0.33 | 0.32 |
| Hex | 6C | 40 | 36 | 0 | 29 | 32 | 3A | B | 21 | 20 |
| Octal | 154 | 100 | 66 | 0 | 51 | 62 | 72 | 13 | 41 | 40 |
| Binary | 1101100 | 1000000 | 110110 | 0 | 101001 | 110010 | 111010 | 1011 | 100001 | 100000 |
Color Harmonies of #6C4036
Complementary color
Monochromatic Colors of #6C4036
Black with #6C4036
Text Example
Text Example
White with #6C4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4036; }
p { color: rgb(108,64,54); }
H1.HeaderClassName
{
color: #6C4036;
}
.AnyTagClassName
{
color: #6C4036;
}
</style>
background-color css
<style>
a { background-color: #6C4036; }
a { background-color: rgb(108,64,54); }
div.DivClassName
{
background-color: #6C4036;
}
.BgClassName
{
background-color: #6C4036;
}
</style>
border-color css
<style>
span { border-color: #6C4036; }
span { border-color: rgb(108,64,54); }
td.TdClassName
{
border-color: #6C4036;
}
.TagClassName
{
border-color: #6C4036;
}
</style>