Shades of Metallic Copper #6F4039
Tints of Metallic Copper #6F4039
RGB
CMYK
RGB Variations
Color information
#6F4039 (or 0x6F4039) is known color: Metallic Copper. HEX triplet: 6F, 40 and 39. RGB value is (111,64,57). Sum of RGB (Red+Green+Blue) = 111+64+57=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4039 is #90BFC6. Grayscale: #4D4D4D. Windows color (decimal): -9486279 or 3752047. OLE color: 3752047.
HSL color Cylindrical-coordinate representation of color #6F4039: hue angle of 7.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F4039 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 57 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.56 |
| HSL | 7.78º | 0.32% | 0.33% | - |
| HSV(B) | 7.78º | 0.49% | 0.44% | - |
| XYZ | 9.13 | 7.34 | 4.81 | - |
| YUV | 77.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 57 | 0 | 0.42 | 0.49 | 0.56 | 7.78 | 0.32 | 0.33 |
| Hex | 6F | 40 | 39 | 0 | 2A | 31 | 38 | 8 | 20 | 21 |
| Octal | 157 | 100 | 71 | 0 | 52 | 61 | 70 | 10 | 40 | 41 |
| Binary | 1101111 | 1000000 | 111001 | 0 | 101010 | 110001 | 111000 | 1000 | 100000 | 100001 |
Color Harmonies of #6F4039
Complementary color
Monochromatic Colors of #6F4039
Black with #6F4039
Text Example
Text Example
White with #6F4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4039; }
p { color: rgb(111,64,57); }
H1.HeaderClassName
{
color: #6F4039;
}
.AnyTagClassName
{
color: #6F4039;
}
</style>
background-color css
<style>
a { background-color: #6F4039; }
a { background-color: rgb(111,64,57); }
div.DivClassName
{
background-color: #6F4039;
}
.BgClassName
{
background-color: #6F4039;
}
</style>
border-color css
<style>
span { border-color: #6F4039; }
span { border-color: rgb(111,64,57); }
td.TdClassName
{
border-color: #6F4039;
}
.TagClassName
{
border-color: #6F4039;
}
</style>