Shades of Metallic Copper #6D4234
Tints of Metallic Copper #6D4234
RGB
CMYK
RGB Variations
Color information
#6D4234 (or 0x6D4234) is known color: Metallic Copper. HEX triplet: 6D, 42 and 34. RGB value is (109,66,52). Sum of RGB (Red+Green+Blue) = 109+66+52=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4234 is #92BDCB. Grayscale: #4D4D4D. Windows color (decimal): -9616844 or 3424877. OLE color: 3424877.
HSL color Cylindrical-coordinate representation of color #6D4234: hue angle of 14.74º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D4234 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 52 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.57 |
| HSL | 14.74º | 0.35% | 0.32% | - |
| HSV(B) | 14.74º | 0.52% | 0.43% | - |
| XYZ | 8.87 | 7.4 | 4.21 | - |
| YUV | 77.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 52 | 0 | 0.39 | 0.52 | 0.57 | 14.74 | 0.35 | 0.32 |
| Hex | 6D | 42 | 34 | 0 | 27 | 34 | 39 | F | 23 | 20 |
| Octal | 155 | 102 | 64 | 0 | 47 | 64 | 71 | 17 | 43 | 40 |
| Binary | 1101101 | 1000010 | 110100 | 0 | 100111 | 110100 | 111001 | 1111 | 100011 | 100000 |
Color Harmonies of #6D4234
Complementary color
Monochromatic Colors of #6D4234
Black with #6D4234
Text Example
Text Example
White with #6D4234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4234; }
p { color: rgb(109,66,52); }
H1.HeaderClassName
{
color: #6D4234;
}
.AnyTagClassName
{
color: #6D4234;
}
</style>
background-color css
<style>
a { background-color: #6D4234; }
a { background-color: rgb(109,66,52); }
div.DivClassName
{
background-color: #6D4234;
}
.BgClassName
{
background-color: #6D4234;
}
</style>
border-color css
<style>
span { border-color: #6D4234; }
span { border-color: rgb(109,66,52); }
td.TdClassName
{
border-color: #6D4234;
}
.TagClassName
{
border-color: #6D4234;
}
</style>