Shades of Old Copper #6F4A37
Tints of Old Copper #6F4A37
RGB
CMYK
RGB Variations
Color information
#6F4A37 (or 0x6F4A37) is known color: Old Copper. HEX triplet: 6F, 4A and 37. RGB value is (111,74,55). Sum of RGB (Red+Green+Blue) = 111+74+55=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4A37 is #90B5C8. Grayscale: #535353. Windows color (decimal): -9483721 or 3623535. OLE color: 3623535.
HSL color Cylindrical-coordinate representation of color #6F4A37: hue angle of 20.36º 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 #6F4A37 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 74 | 55 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.56 |
| HSL | 20.36º | 0.34% | 0.33% | - |
| HSV(B) | 20.36º | 0.5% | 0.44% | - |
| XYZ | 9.69 | 8.55 | 4.75 | - |
| YUV | 82.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 55 | 0 | 0.33 | 0.50 | 0.56 | 20.36 | 0.34 | 0.33 |
| Hex | 6F | 4A | 37 | 0 | 21 | 32 | 38 | 14 | 22 | 21 |
| Octal | 157 | 112 | 67 | 0 | 41 | 62 | 70 | 24 | 42 | 41 |
| Binary | 1101111 | 1001010 | 110111 | 0 | 100001 | 110010 | 111000 | 10100 | 100010 | 100001 |
Color Harmonies of #6F4A37
Complementary color
Monochromatic Colors of #6F4A37
Black with #6F4A37
Text Example
Text Example
White with #6F4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4A37; }
p { color: rgb(111,74,55); }
H1.HeaderClassName
{
color: #6F4A37;
}
.AnyTagClassName
{
color: #6F4A37;
}
</style>
background-color css
<style>
a { background-color: #6F4A37; }
a { background-color: rgb(111,74,55); }
div.DivClassName
{
background-color: #6F4A37;
}
.BgClassName
{
background-color: #6F4A37;
}
</style>
border-color css
<style>
span { border-color: #6F4A37; }
span { border-color: rgb(111,74,55); }
td.TdClassName
{
border-color: #6F4A37;
}
.TagClassName
{
border-color: #6F4A37;
}
</style>