Shades of Old Copper #6D4D38
Tints of Old Copper #6D4D38
RGB
CMYK
RGB Variations
Color information
#6D4D38 (or 0x6D4D38) is known color: Old Copper. HEX triplet: 6D, 4D and 38. RGB value is (109,77,56). Sum of RGB (Red+Green+Blue) = 109+77+56=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4D38 is #92B2C7. Grayscale: #545454. Windows color (decimal): -9614024 or 3689837. OLE color: 3689837.
HSL color Cylindrical-coordinate representation of color #6D4D38: hue angle of 23.77º 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 #6D4D38 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 77 | 56 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.57 |
| HSL | 23.77º | 0.32% | 0.32% | - |
| HSV(B) | 23.77º | 0.49% | 0.43% | - |
| XYZ | 9.67 | 8.84 | 4.94 | - |
| YUV | 84.17 | 112.1 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 77 | 56 | 0 | 0.29 | 0.49 | 0.57 | 23.77 | 0.32 | 0.32 |
| Hex | 6D | 4D | 38 | 0 | 1D | 31 | 39 | 18 | 20 | 20 |
| Octal | 155 | 115 | 70 | 0 | 35 | 61 | 71 | 30 | 40 | 40 |
| Binary | 1101101 | 1001101 | 111000 | 0 | 11101 | 110001 | 111001 | 11000 | 100000 | 100000 |
Color Harmonies of #6D4D38
Complementary color
Monochromatic Colors of #6D4D38
Black with #6D4D38
Text Example
Text Example
White with #6D4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4D38; }
p { color: rgb(109,77,56); }
H1.HeaderClassName
{
color: #6D4D38;
}
.AnyTagClassName
{
color: #6D4D38;
}
</style>
background-color css
<style>
a { background-color: #6D4D38; }
a { background-color: rgb(109,77,56); }
div.DivClassName
{
background-color: #6D4D38;
}
.BgClassName
{
background-color: #6D4D38;
}
</style>
border-color css
<style>
span { border-color: #6D4D38; }
span { border-color: rgb(109,77,56); }
td.TdClassName
{
border-color: #6D4D38;
}
.TagClassName
{
border-color: #6D4D38;
}
</style>