Shades of Old Copper #6F4E36
Tints of Old Copper #6F4E36
RGB
CMYK
RGB Variations
Color information
#6F4E36 (or 0x6F4E36) is known color: Old Copper. HEX triplet: 6F, 4E and 36. RGB value is (111,78,54). Sum of RGB (Red+Green+Blue) = 111+78+54=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E36 is #90B1C9. Grayscale: #555555. Windows color (decimal): -9482698 or 3559023. OLE color: 3559023.
HSL color Cylindrical-coordinate representation of color #6F4E36: hue angle of 25.26º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F4E36 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 54 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.56 |
| HSL | 25.26º | 0.35% | 0.32% | - |
| HSV(B) | 25.26º | 0.51% | 0.44% | - |
| XYZ | 9.95 | 9.09 | 4.72 | - |
| YUV | 85.13 | 110.43 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 54 | 0 | 0.30 | 0.51 | 0.56 | 25.26 | 0.35 | 0.32 |
| Hex | 6F | 4E | 36 | 0 | 1E | 33 | 38 | 19 | 23 | 20 |
| Octal | 157 | 116 | 66 | 0 | 36 | 63 | 70 | 31 | 43 | 40 |
| Binary | 1101111 | 1001110 | 110110 | 0 | 11110 | 110011 | 111000 | 11001 | 100011 | 100000 |
Color Harmonies of #6F4E36
Complementary color
Monochromatic Colors of #6F4E36
Black with #6F4E36
Text Example
Text Example
White with #6F4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E36; }
p { color: rgb(111,78,54); }
H1.HeaderClassName
{
color: #6F4E36;
}
.AnyTagClassName
{
color: #6F4E36;
}
</style>
background-color css
<style>
a { background-color: #6F4E36; }
a { background-color: rgb(111,78,54); }
div.DivClassName
{
background-color: #6F4E36;
}
.BgClassName
{
background-color: #6F4E36;
}
</style>
border-color css
<style>
span { border-color: #6F4E36; }
span { border-color: rgb(111,78,54); }
td.TdClassName
{
border-color: #6F4E36;
}
.TagClassName
{
border-color: #6F4E36;
}
</style>