Shades of Old Copper #6D513B
Tints of Old Copper #6D513B
RGB
CMYK
RGB Variations
Color information
#6D513B (or 0x6D513B) is known color: Old Copper. HEX triplet: 6D, 51 and 3B. RGB value is (109,81,59). Sum of RGB (Red+Green+Blue) = 109+81+59=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D513B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D513B is #92AEC4. Grayscale: #565656. Windows color (decimal): -9612997 or 3887469. OLE color: 3887469.
HSL color Cylindrical-coordinate representation of color #6D513B: hue angle of 26.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D513B is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 59 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.57 |
| HSL | 26.4º | 0.3% | 0.33% | - |
| HSV(B) | 26.4º | 0.46% | 0.43% | - |
| XYZ | 10.04 | 9.45 | 5.43 | - |
| YUV | 86.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 59 | 0 | 0.26 | 0.46 | 0.57 | 26.4 | 0.3 | 0.33 |
| Hex | 6D | 51 | 3B | 0 | 1A | 2E | 39 | 1A | 1E | 21 |
| Octal | 155 | 121 | 73 | 0 | 32 | 56 | 71 | 32 | 36 | 41 |
| Binary | 1101101 | 1010001 | 111011 | 0 | 11010 | 101110 | 111001 | 11010 | 11110 | 100001 |
Color Harmonies of #6D513B
Complementary color
Monochromatic Colors of #6D513B
Black with #6D513B
Text Example
Text Example
White with #6D513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D513B; }
p { color: rgb(109,81,59); }
H1.HeaderClassName
{
color: #6D513B;
}
.AnyTagClassName
{
color: #6D513B;
}
</style>
background-color css
<style>
a { background-color: #6D513B; }
a { background-color: rgb(109,81,59); }
div.DivClassName
{
background-color: #6D513B;
}
.BgClassName
{
background-color: #6D513B;
}
</style>
border-color css
<style>
span { border-color: #6D513B; }
span { border-color: rgb(109,81,59); }
td.TdClassName
{
border-color: #6D513B;
}
.TagClassName
{
border-color: #6D513B;
}
</style>