Shades of Old Copper #6F4E34
Tints of Old Copper #6F4E34
RGB
CMYK
RGB Variations
Color information
#6F4E34 (or 0x6F4E34) is known color: Old Copper. HEX triplet: 6F, 4E and 34. RGB value is (111,78,52). Sum of RGB (Red+Green+Blue) = 111+78+52=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E34 is #90B1CB. Grayscale: #555555. Windows color (decimal): -9482700 or 3427951. OLE color: 3427951.
HSL color Cylindrical-coordinate representation of color #6F4E34: hue angle of 26.44º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F4E34 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 52 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.56 |
| HSL | 26.44º | 0.36% | 0.32% | - |
| HSV(B) | 26.44º | 0.53% | 0.44% | - |
| XYZ | 9.9 | 9.08 | 4.48 | - |
| YUV | 84.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 52 | 0 | 0.30 | 0.53 | 0.56 | 26.44 | 0.36 | 0.32 |
| Hex | 6F | 4E | 34 | 0 | 1E | 35 | 38 | 1A | 24 | 20 |
| Octal | 157 | 116 | 64 | 0 | 36 | 65 | 70 | 32 | 44 | 40 |
| Binary | 1101111 | 1001110 | 110100 | 0 | 11110 | 110101 | 111000 | 11010 | 100100 | 100000 |
Color Harmonies of #6F4E34
Complementary color
Monochromatic Colors of #6F4E34
Black with #6F4E34
Text Example
Text Example
White with #6F4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E34; }
p { color: rgb(111,78,52); }
H1.HeaderClassName
{
color: #6F4E34;
}
.AnyTagClassName
{
color: #6F4E34;
}
</style>
background-color css
<style>
a { background-color: #6F4E34; }
a { background-color: rgb(111,78,52); }
div.DivClassName
{
background-color: #6F4E34;
}
.BgClassName
{
background-color: #6F4E34;
}
</style>
border-color css
<style>
span { border-color: #6F4E34; }
span { border-color: rgb(111,78,52); }
td.TdClassName
{
border-color: #6F4E34;
}
.TagClassName
{
border-color: #6F4E34;
}
</style>