Shades of Metallic Copper #6F4339
Tints of Metallic Copper #6F4339
RGB
CMYK
RGB Variations
Color information
#6F4339 (or 0x6F4339) is known color: Metallic Copper. HEX triplet: 6F, 43 and 39. RGB value is (111,67,57). Sum of RGB (Red+Green+Blue) = 111+67+57=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4339 is #90BCC6. Grayscale: #4F4F4F. Windows color (decimal): -9485511 or 3752815. OLE color: 3752815.
HSL color Cylindrical-coordinate representation of color #6F4339: hue angle of 11.11º 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 #6F4339 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 57 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.56 |
| HSL | 11.11º | 0.32% | 0.33% | - |
| HSV(B) | 11.11º | 0.49% | 0.44% | - |
| XYZ | 9.3 | 7.69 | 4.86 | - |
| YUV | 79.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 57 | 0 | 0.40 | 0.49 | 0.56 | 11.11 | 0.32 | 0.33 |
| Hex | 6F | 43 | 39 | 0 | 28 | 31 | 38 | B | 20 | 21 |
| Octal | 157 | 103 | 71 | 0 | 50 | 61 | 70 | 13 | 40 | 41 |
| Binary | 1101111 | 1000011 | 111001 | 0 | 101000 | 110001 | 111000 | 1011 | 100000 | 100001 |
Color Harmonies of #6F4339
Complementary color
Monochromatic Colors of #6F4339
Black with #6F4339
Text Example
Text Example
White with #6F4339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4339; }
p { color: rgb(111,67,57); }
H1.HeaderClassName
{
color: #6F4339;
}
.AnyTagClassName
{
color: #6F4339;
}
</style>
background-color css
<style>
a { background-color: #6F4339; }
a { background-color: rgb(111,67,57); }
div.DivClassName
{
background-color: #6F4339;
}
.BgClassName
{
background-color: #6F4339;
}
</style>
border-color css
<style>
span { border-color: #6F4339; }
span { border-color: rgb(111,67,57); }
td.TdClassName
{
border-color: #6F4339;
}
.TagClassName
{
border-color: #6F4339;
}
</style>