Shades of Metallic Copper #6F4136
Tints of Metallic Copper #6F4136
RGB
CMYK
RGB Variations
Color information
#6F4136 (or 0x6F4136) is known color: Metallic Copper. HEX triplet: 6F, 41 and 36. RGB value is (111,65,54). Sum of RGB (Red+Green+Blue) = 111+65+54=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4136 is #90BEC9. Grayscale: #4D4D4D. Windows color (decimal): -9486026 or 3555695. OLE color: 3555695.
HSL color Cylindrical-coordinate representation of color #6F4136: hue angle of 11.58º 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 #6F4136 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 54 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.56 |
| HSL | 11.58º | 0.35% | 0.32% | - |
| HSV(B) | 11.58º | 0.51% | 0.44% | - |
| XYZ | 9.11 | 7.43 | 4.44 | - |
| YUV | 77.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 54 | 0 | 0.41 | 0.51 | 0.56 | 11.58 | 0.35 | 0.32 |
| Hex | 6F | 41 | 36 | 0 | 29 | 33 | 38 | C | 23 | 20 |
| Octal | 157 | 101 | 66 | 0 | 51 | 63 | 70 | 14 | 43 | 40 |
| Binary | 1101111 | 1000001 | 110110 | 0 | 101001 | 110011 | 111000 | 1100 | 100011 | 100000 |
Color Harmonies of #6F4136
Complementary color
Monochromatic Colors of #6F4136
Black with #6F4136
Text Example
Text Example
White with #6F4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4136; }
p { color: rgb(111,65,54); }
H1.HeaderClassName
{
color: #6F4136;
}
.AnyTagClassName
{
color: #6F4136;
}
</style>
background-color css
<style>
a { background-color: #6F4136; }
a { background-color: rgb(111,65,54); }
div.DivClassName
{
background-color: #6F4136;
}
.BgClassName
{
background-color: #6F4136;
}
</style>
border-color css
<style>
span { border-color: #6F4136; }
span { border-color: rgb(111,65,54); }
td.TdClassName
{
border-color: #6F4136;
}
.TagClassName
{
border-color: #6F4136;
}
</style>