Shades of Old Copper #6D5038
Tints of Old Copper #6D5038
RGB
CMYK
RGB Variations
Color information
#6D5038 (or 0x6D5038) is known color: Old Copper. HEX triplet: 6D, 50 and 38. RGB value is (109,80,56). Sum of RGB (Red+Green+Blue) = 109+80+56=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5038 is #92AFC7. Grayscale: #565656. Windows color (decimal): -9613256 or 3690605. OLE color: 3690605.
HSL color Cylindrical-coordinate representation of color #6D5038: hue angle of 27.17º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D5038 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 56 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.57 |
| HSL | 27.17º | 0.32% | 0.32% | - |
| HSV(B) | 27.17º | 0.49% | 0.43% | - |
| XYZ | 9.89 | 9.27 | 5.01 | - |
| YUV | 85.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 56 | 0 | 0.27 | 0.49 | 0.57 | 27.17 | 0.32 | 0.32 |
| Hex | 6D | 50 | 38 | 0 | 1B | 31 | 39 | 1B | 20 | 20 |
| Octal | 155 | 120 | 70 | 0 | 33 | 61 | 71 | 33 | 40 | 40 |
| Binary | 1101101 | 1010000 | 111000 | 0 | 11011 | 110001 | 111001 | 11011 | 100000 | 100000 |
Color Harmonies of #6D5038
Complementary color
Monochromatic Colors of #6D5038
Black with #6D5038
Text Example
Text Example
White with #6D5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5038; }
p { color: rgb(109,80,56); }
H1.HeaderClassName
{
color: #6D5038;
}
.AnyTagClassName
{
color: #6D5038;
}
</style>
background-color css
<style>
a { background-color: #6D5038; }
a { background-color: rgb(109,80,56); }
div.DivClassName
{
background-color: #6D5038;
}
.BgClassName
{
background-color: #6D5038;
}
</style>
border-color css
<style>
span { border-color: #6D5038; }
span { border-color: rgb(109,80,56); }
td.TdClassName
{
border-color: #6D5038;
}
.TagClassName
{
border-color: #6D5038;
}
</style>