Shades of Old Copper #6D4E38
Tints of Old Copper #6D4E38
RGB
CMYK
RGB Variations
Color information
#6D4E38 (or 0x6D4E38) is known color: Old Copper. HEX triplet: 6D, 4E and 38. RGB value is (109,78,56). Sum of RGB (Red+Green+Blue) = 109+78+56=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4E38 is #92B1C7. Grayscale: #545454. Windows color (decimal): -9613768 or 3690093. OLE color: 3690093.
HSL color Cylindrical-coordinate representation of color #6D4E38: hue angle of 24.91º 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 #6D4E38 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 56 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.57 |
| HSL | 24.91º | 0.32% | 0.32% | - |
| HSV(B) | 24.91º | 0.49% | 0.43% | - |
| XYZ | 9.74 | 8.99 | 4.96 | - |
| YUV | 84.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 56 | 0 | 0.28 | 0.49 | 0.57 | 24.91 | 0.32 | 0.32 |
| Hex | 6D | 4E | 38 | 0 | 1C | 31 | 39 | 19 | 20 | 20 |
| Octal | 155 | 116 | 70 | 0 | 34 | 61 | 71 | 31 | 40 | 40 |
| Binary | 1101101 | 1001110 | 111000 | 0 | 11100 | 110001 | 111001 | 11001 | 100000 | 100000 |
Color Harmonies of #6D4E38
Complementary color
Monochromatic Colors of #6D4E38
Black with #6D4E38
Text Example
Text Example
White with #6D4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E38; }
p { color: rgb(109,78,56); }
H1.HeaderClassName
{
color: #6D4E38;
}
.AnyTagClassName
{
color: #6D4E38;
}
</style>
background-color css
<style>
a { background-color: #6D4E38; }
a { background-color: rgb(109,78,56); }
div.DivClassName
{
background-color: #6D4E38;
}
.BgClassName
{
background-color: #6D4E38;
}
</style>
border-color css
<style>
span { border-color: #6D4E38; }
span { border-color: rgb(109,78,56); }
td.TdClassName
{
border-color: #6D4E38;
}
.TagClassName
{
border-color: #6D4E38;
}
</style>