Shades of Old Copper #6D4C38
Tints of Old Copper #6D4C38
RGB
CMYK
RGB Variations
Color information
#6D4C38 (or 0x6D4C38) is known color: Old Copper. HEX triplet: 6D, 4C and 38. RGB value is (109,76,56). Sum of RGB (Red+Green+Blue) = 109+76+56=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4C38 is #92B3C7. Grayscale: #535353. Windows color (decimal): -9614280 or 3689581. OLE color: 3689581.
HSL color Cylindrical-coordinate representation of color #6D4C38: hue angle of 22.64º 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 #6D4C38 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 76 | 56 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.57 |
| HSL | 22.64º | 0.32% | 0.32% | - |
| HSV(B) | 22.64º | 0.49% | 0.43% | - |
| XYZ | 9.6 | 8.71 | 4.92 | - |
| YUV | 83.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 76 | 56 | 0 | 0.30 | 0.49 | 0.57 | 22.64 | 0.32 | 0.32 |
| Hex | 6D | 4C | 38 | 0 | 1E | 31 | 39 | 17 | 20 | 20 |
| Octal | 155 | 114 | 70 | 0 | 36 | 61 | 71 | 27 | 40 | 40 |
| Binary | 1101101 | 1001100 | 111000 | 0 | 11110 | 110001 | 111001 | 10111 | 100000 | 100000 |
Color Harmonies of #6D4C38
Complementary color
Monochromatic Colors of #6D4C38
Black with #6D4C38
Text Example
Text Example
White with #6D4C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4C38; }
p { color: rgb(109,76,56); }
H1.HeaderClassName
{
color: #6D4C38;
}
.AnyTagClassName
{
color: #6D4C38;
}
</style>
background-color css
<style>
a { background-color: #6D4C38; }
a { background-color: rgb(109,76,56); }
div.DivClassName
{
background-color: #6D4C38;
}
.BgClassName
{
background-color: #6D4C38;
}
</style>
border-color css
<style>
span { border-color: #6D4C38; }
span { border-color: rgb(109,76,56); }
td.TdClassName
{
border-color: #6D4C38;
}
.TagClassName
{
border-color: #6D4C38;
}
</style>