Shades of Metallic Copper #6D4232
Tints of Metallic Copper #6D4232
RGB
CMYK
RGB Variations
Color information
#6D4232 (or 0x6D4232) is known color: Metallic Copper. HEX triplet: 6D, 42 and 32. RGB value is (109,66,50). Sum of RGB (Red+Green+Blue) = 109+66+50=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4232 is #92BDCD. Grayscale: #4D4D4D. Windows color (decimal): -9616846 or 3293805. OLE color: 3293805.
HSL color Cylindrical-coordinate representation of color #6D4232: hue angle of 16.27º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D4232 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 50 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.57 |
| HSL | 16.27º | 0.37% | 0.31% | - |
| HSV(B) | 16.27º | 0.54% | 0.43% | - |
| XYZ | 8.83 | 7.38 | 3.98 | - |
| YUV | 77.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 50 | 0 | 0.39 | 0.54 | 0.57 | 16.27 | 0.37 | 0.31 |
| Hex | 6D | 42 | 32 | 0 | 27 | 36 | 39 | 10 | 25 | 1F |
| Octal | 155 | 102 | 62 | 0 | 47 | 66 | 71 | 20 | 45 | 37 |
| Binary | 1101101 | 1000010 | 110010 | 0 | 100111 | 110110 | 111001 | 10000 | 100101 | 11111 |
Color Harmonies of #6D4232
Complementary color
Monochromatic Colors of #6D4232
Black with #6D4232
Text Example
Text Example
White with #6D4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4232; }
p { color: rgb(109,66,50); }
H1.HeaderClassName
{
color: #6D4232;
}
.AnyTagClassName
{
color: #6D4232;
}
</style>
background-color css
<style>
a { background-color: #6D4232; }
a { background-color: rgb(109,66,50); }
div.DivClassName
{
background-color: #6D4232;
}
.BgClassName
{
background-color: #6D4232;
}
</style>
border-color css
<style>
span { border-color: #6D4232; }
span { border-color: rgb(109,66,50); }
td.TdClassName
{
border-color: #6D4232;
}
.TagClassName
{
border-color: #6D4232;
}
</style>