Shades of Metallic Copper #6D4339
Tints of Metallic Copper #6D4339
RGB
CMYK
RGB Variations
Color information
#6D4339 (or 0x6D4339) is known color: Metallic Copper. HEX triplet: 6D, 43 and 39. RGB value is (109,67,57). Sum of RGB (Red+Green+Blue) = 109+67+57=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4339 is #92BCC6. Grayscale: #4E4E4E. Windows color (decimal): -9616583 or 3752813. OLE color: 3752813.
HSL color Cylindrical-coordinate representation of color #6D4339: hue angle of 11.54º 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 #6D4339 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 57 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.57 |
| HSL | 11.54º | 0.31% | 0.33% | - |
| HSV(B) | 11.54º | 0.48% | 0.43% | - |
| XYZ | 9.05 | 7.56 | 4.85 | - |
| YUV | 78.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 57 | 0 | 0.39 | 0.48 | 0.57 | 11.54 | 0.31 | 0.33 |
| Hex | 6D | 43 | 39 | 0 | 27 | 30 | 39 | C | 1F | 21 |
| Octal | 155 | 103 | 71 | 0 | 47 | 60 | 71 | 14 | 37 | 41 |
| Binary | 1101101 | 1000011 | 111001 | 0 | 100111 | 110000 | 111001 | 1100 | 11111 | 100001 |
Color Harmonies of #6D4339
Complementary color
Monochromatic Colors of #6D4339
Black with #6D4339
Text Example
Text Example
White with #6D4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4339; }
p { color: rgb(109,67,57); }
H1.HeaderClassName
{
color: #6D4339;
}
.AnyTagClassName
{
color: #6D4339;
}
</style>
background-color css
<style>
a { background-color: #6D4339; }
a { background-color: rgb(109,67,57); }
div.DivClassName
{
background-color: #6D4339;
}
.BgClassName
{
background-color: #6D4339;
}
</style>
border-color css
<style>
span { border-color: #6D4339; }
span { border-color: rgb(109,67,57); }
td.TdClassName
{
border-color: #6D4339;
}
.TagClassName
{
border-color: #6D4339;
}
</style>