Shades of Old Copper #6F4D3A
Tints of Old Copper #6F4D3A
RGB
CMYK
RGB Variations
Color information
#6F4D3A (or 0x6F4D3A) is known color: Old Copper. HEX triplet: 6F, 4D and 3A. RGB value is (111,77,58). Sum of RGB (Red+Green+Blue) = 111+77+58=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4D3A is #90B2C5. Grayscale: #555555. Windows color (decimal): -9482950 or 3820911. OLE color: 3820911.
HSL color Cylindrical-coordinate representation of color #6F4D3A: hue angle of 21.51º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F4D3A is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 58 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.56 |
| HSL | 21.51º | 0.31% | 0.33% | - |
| HSV(B) | 21.51º | 0.48% | 0.44% | - |
| XYZ | 9.97 | 8.99 | 5.21 | - |
| YUV | 85 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 58 | 0 | 0.31 | 0.48 | 0.56 | 21.51 | 0.31 | 0.33 |
| Hex | 6F | 4D | 3A | 0 | 1F | 30 | 38 | 16 | 1F | 21 |
| Octal | 157 | 115 | 72 | 0 | 37 | 60 | 70 | 26 | 37 | 41 |
| Binary | 1101111 | 1001101 | 111010 | 0 | 11111 | 110000 | 111000 | 10110 | 11111 | 100001 |
Color Harmonies of #6F4D3A
Complementary color
Monochromatic Colors of #6F4D3A
Black with #6F4D3A
Text Example
Text Example
White with #6F4D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D3A; }
p { color: rgb(111,77,58); }
H1.HeaderClassName
{
color: #6F4D3A;
}
.AnyTagClassName
{
color: #6F4D3A;
}
</style>
background-color css
<style>
a { background-color: #6F4D3A; }
a { background-color: rgb(111,77,58); }
div.DivClassName
{
background-color: #6F4D3A;
}
.BgClassName
{
background-color: #6F4D3A;
}
</style>
border-color css
<style>
span { border-color: #6F4D3A; }
span { border-color: rgb(111,77,58); }
td.TdClassName
{
border-color: #6F4D3A;
}
.TagClassName
{
border-color: #6F4D3A;
}
</style>