Shades of Old Copper #6D5139
Tints of Old Copper #6D5139
RGB
CMYK
RGB Variations
Color information
#6D5139 (or 0x6D5139) is known color: Old Copper. HEX triplet: 6D, 51 and 39. RGB value is (109,81,57). Sum of RGB (Red+Green+Blue) = 109+81+57=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5139 is #92AEC6. Grayscale: #565656. Windows color (decimal): -9612999 or 3756397. OLE color: 3756397.
HSL color Cylindrical-coordinate representation of color #6D5139: hue angle of 27.69º 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 #6D5139 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 57 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.57 |
| HSL | 27.69º | 0.31% | 0.33% | - |
| HSV(B) | 27.69º | 0.48% | 0.43% | - |
| XYZ | 9.99 | 9.43 | 5.16 | - |
| YUV | 86.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 57 | 0 | 0.26 | 0.48 | 0.57 | 27.69 | 0.31 | 0.33 |
| Hex | 6D | 51 | 39 | 0 | 1A | 30 | 39 | 1C | 1F | 21 |
| Octal | 155 | 121 | 71 | 0 | 32 | 60 | 71 | 34 | 37 | 41 |
| Binary | 1101101 | 1010001 | 111001 | 0 | 11010 | 110000 | 111001 | 11100 | 11111 | 100001 |
Color Harmonies of #6D5139
Complementary color
Monochromatic Colors of #6D5139
Black with #6D5139
Text Example
Text Example
White with #6D5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5139; }
p { color: rgb(109,81,57); }
H1.HeaderClassName
{
color: #6D5139;
}
.AnyTagClassName
{
color: #6D5139;
}
</style>
background-color css
<style>
a { background-color: #6D5139; }
a { background-color: rgb(109,81,57); }
div.DivClassName
{
background-color: #6D5139;
}
.BgClassName
{
background-color: #6D5139;
}
</style>
border-color css
<style>
span { border-color: #6D5139; }
span { border-color: rgb(109,81,57); }
td.TdClassName
{
border-color: #6D5139;
}
.TagClassName
{
border-color: #6D5139;
}
</style>