Shades of Old Copper #6F4F37
Tints of Old Copper #6F4F37
RGB
CMYK
RGB Variations
Color information
#6F4F37 (or 0x6F4F37) is known color: Old Copper. HEX triplet: 6F, 4F and 37. RGB value is (111,79,55). Sum of RGB (Red+Green+Blue) = 111+79+55=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4F37 is #90B0C8. Grayscale: #555555. Windows color (decimal): -9482441 or 3624815. OLE color: 3624815.
HSL color Cylindrical-coordinate representation of color #6F4F37: hue angle of 25.71º 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 #6F4F37 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 79 | 55 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.56 |
| HSL | 25.71º | 0.34% | 0.33% | - |
| HSV(B) | 25.71º | 0.5% | 0.44% | - |
| XYZ | 10.04 | 9.25 | 4.87 | - |
| YUV | 85.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 55 | 0 | 0.29 | 0.50 | 0.56 | 25.71 | 0.34 | 0.33 |
| Hex | 6F | 4F | 37 | 0 | 1D | 32 | 38 | 1A | 22 | 21 |
| Octal | 157 | 117 | 67 | 0 | 35 | 62 | 70 | 32 | 42 | 41 |
| Binary | 1101111 | 1001111 | 110111 | 0 | 11101 | 110010 | 111000 | 11010 | 100010 | 100001 |
Color Harmonies of #6F4F37
Complementary color
Monochromatic Colors of #6F4F37
Black with #6F4F37
Text Example
Text Example
White with #6F4F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4F37; }
p { color: rgb(111,79,55); }
H1.HeaderClassName
{
color: #6F4F37;
}
.AnyTagClassName
{
color: #6F4F37;
}
</style>
background-color css
<style>
a { background-color: #6F4F37; }
a { background-color: rgb(111,79,55); }
div.DivClassName
{
background-color: #6F4F37;
}
.BgClassName
{
background-color: #6F4F37;
}
</style>
border-color css
<style>
span { border-color: #6F4F37; }
span { border-color: rgb(111,79,55); }
td.TdClassName
{
border-color: #6F4F37;
}
.TagClassName
{
border-color: #6F4F37;
}
</style>