Shades of Metallic Copper #6D4239
Tints of Metallic Copper #6D4239
RGB
CMYK
RGB Variations
Color information
#6D4239 (or 0x6D4239) is known color: Metallic Copper. HEX triplet: 6D, 42 and 39. RGB value is (109,66,57). Sum of RGB (Red+Green+Blue) = 109+66+57=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4239 is #92BDC6. Grayscale: #4D4D4D. Windows color (decimal): -9616839 or 3752557. OLE color: 3752557.
HSL color Cylindrical-coordinate representation of color #6D4239: hue angle of 10.38º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D4239 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 57 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.57 |
| HSL | 10.38º | 0.31% | 0.33% | - |
| HSV(B) | 10.38º | 0.48% | 0.43% | - |
| XYZ | 8.99 | 7.44 | 4.83 | - |
| YUV | 77.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 57 | 0 | 0.39 | 0.48 | 0.57 | 10.38 | 0.31 | 0.33 |
| Hex | 6D | 42 | 39 | 0 | 27 | 30 | 39 | A | 1F | 21 |
| Octal | 155 | 102 | 71 | 0 | 47 | 60 | 71 | 12 | 37 | 41 |
| Binary | 1101101 | 1000010 | 111001 | 0 | 100111 | 110000 | 111001 | 1010 | 11111 | 100001 |
Color Harmonies of #6D4239
Complementary color
Monochromatic Colors of #6D4239
Black with #6D4239
Text Example
Text Example
White with #6D4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4239; }
p { color: rgb(109,66,57); }
H1.HeaderClassName
{
color: #6D4239;
}
.AnyTagClassName
{
color: #6D4239;
}
</style>
background-color css
<style>
a { background-color: #6D4239; }
a { background-color: rgb(109,66,57); }
div.DivClassName
{
background-color: #6D4239;
}
.BgClassName
{
background-color: #6D4239;
}
</style>
border-color css
<style>
span { border-color: #6D4239; }
span { border-color: rgb(109,66,57); }
td.TdClassName
{
border-color: #6D4239;
}
.TagClassName
{
border-color: #6D4239;
}
</style>