Shades of Old Copper #6F4C37
Tints of Old Copper #6F4C37
RGB
CMYK
RGB Variations
Color information
#6F4C37 (or 0x6F4C37) is known color: Old Copper. HEX triplet: 6F, 4C and 37. RGB value is (111,76,55). Sum of RGB (Red+Green+Blue) = 111+76+55=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C37 is #90B3C8. Grayscale: #545454. Windows color (decimal): -9483209 or 3624047. OLE color: 3624047.
HSL color Cylindrical-coordinate representation of color #6F4C37: hue angle of 22.5º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F4C37 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 76 | 55 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.56 |
| HSL | 22.5º | 0.34% | 0.33% | - |
| HSV(B) | 22.5º | 0.5% | 0.44% | - |
| XYZ | 9.83 | 8.82 | 4.8 | - |
| YUV | 84.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 55 | 0 | 0.32 | 0.50 | 0.56 | 22.5 | 0.34 | 0.33 |
| Hex | 6F | 4C | 37 | 0 | 20 | 32 | 38 | 16 | 22 | 21 |
| Octal | 157 | 114 | 67 | 0 | 40 | 62 | 70 | 26 | 42 | 41 |
| Binary | 1101111 | 1001100 | 110111 | 0 | 100000 | 110010 | 111000 | 10110 | 100010 | 100001 |
Color Harmonies of #6F4C37
Complementary color
Monochromatic Colors of #6F4C37
Black with #6F4C37
Text Example
Text Example
White with #6F4C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4C37; }
p { color: rgb(111,76,55); }
H1.HeaderClassName
{
color: #6F4C37;
}
.AnyTagClassName
{
color: #6F4C37;
}
</style>
background-color css
<style>
a { background-color: #6F4C37; }
a { background-color: rgb(111,76,55); }
div.DivClassName
{
background-color: #6F4C37;
}
.BgClassName
{
background-color: #6F4C37;
}
</style>
border-color css
<style>
span { border-color: #6F4C37; }
span { border-color: rgb(111,76,55); }
td.TdClassName
{
border-color: #6F4C37;
}
.TagClassName
{
border-color: #6F4C37;
}
</style>