Shades of Old Copper #6D4F38
Tints of Old Copper #6D4F38
RGB
CMYK
RGB Variations
Color information
#6D4F38 (or 0x6D4F38) is known color: Old Copper. HEX triplet: 6D, 4F and 38. RGB value is (109,79,56). Sum of RGB (Red+Green+Blue) = 109+79+56=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4F38 is #92B0C7. Grayscale: #555555. Windows color (decimal): -9613512 or 3690349. OLE color: 3690349.
HSL color Cylindrical-coordinate representation of color #6D4F38: hue angle of 26.04º 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 #6D4F38 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 79 | 56 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.57 |
| HSL | 26.04º | 0.32% | 0.32% | - |
| HSV(B) | 26.04º | 0.49% | 0.43% | - |
| XYZ | 9.82 | 9.13 | 4.99 | - |
| YUV | 85.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 56 | 0 | 0.28 | 0.49 | 0.57 | 26.04 | 0.32 | 0.32 |
| Hex | 6D | 4F | 38 | 0 | 1C | 31 | 39 | 1A | 20 | 20 |
| Octal | 155 | 117 | 70 | 0 | 34 | 61 | 71 | 32 | 40 | 40 |
| Binary | 1101101 | 1001111 | 111000 | 0 | 11100 | 110001 | 111001 | 11010 | 100000 | 100000 |
Color Harmonies of #6D4F38
Complementary color
Monochromatic Colors of #6D4F38
Black with #6D4F38
Text Example
Text Example
White with #6D4F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F38; }
p { color: rgb(109,79,56); }
H1.HeaderClassName
{
color: #6D4F38;
}
.AnyTagClassName
{
color: #6D4F38;
}
</style>
background-color css
<style>
a { background-color: #6D4F38; }
a { background-color: rgb(109,79,56); }
div.DivClassName
{
background-color: #6D4F38;
}
.BgClassName
{
background-color: #6D4F38;
}
</style>
border-color css
<style>
span { border-color: #6D4F38; }
span { border-color: rgb(109,79,56); }
td.TdClassName
{
border-color: #6D4F38;
}
.TagClassName
{
border-color: #6D4F38;
}
</style>