Shades of Metallic Copper #6D4236
Tints of Metallic Copper #6D4236
RGB
CMYK
RGB Variations
Color information
#6D4236 (or 0x6D4236) is known color: Metallic Copper. HEX triplet: 6D, 42 and 36. RGB value is (109,66,54). Sum of RGB (Red+Green+Blue) = 109+66+54=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4236 is #92BDC9. Grayscale: #4D4D4D. Windows color (decimal): -9616842 or 3555949. OLE color: 3555949.
HSL color Cylindrical-coordinate representation of color #6D4236: hue angle of 13.09º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D4236 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 54 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.57 |
| HSL | 13.09º | 0.34% | 0.32% | - |
| HSV(B) | 13.09º | 0.5% | 0.43% | - |
| XYZ | 8.92 | 7.41 | 4.45 | - |
| YUV | 77.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 54 | 0 | 0.39 | 0.50 | 0.57 | 13.09 | 0.34 | 0.32 |
| Hex | 6D | 42 | 36 | 0 | 27 | 32 | 39 | D | 22 | 20 |
| Octal | 155 | 102 | 66 | 0 | 47 | 62 | 71 | 15 | 42 | 40 |
| Binary | 1101101 | 1000010 | 110110 | 0 | 100111 | 110010 | 111001 | 1101 | 100010 | 100000 |
Color Harmonies of #6D4236
Complementary color
Monochromatic Colors of #6D4236
Black with #6D4236
Text Example
Text Example
White with #6D4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4236; }
p { color: rgb(109,66,54); }
H1.HeaderClassName
{
color: #6D4236;
}
.AnyTagClassName
{
color: #6D4236;
}
</style>
background-color css
<style>
a { background-color: #6D4236; }
a { background-color: rgb(109,66,54); }
div.DivClassName
{
background-color: #6D4236;
}
.BgClassName
{
background-color: #6D4236;
}
</style>
border-color css
<style>
span { border-color: #6D4236; }
span { border-color: rgb(109,66,54); }
td.TdClassName
{
border-color: #6D4236;
}
.TagClassName
{
border-color: #6D4236;
}
</style>