Shades of Metallic Copper #6F3E2E
Tints of Metallic Copper #6F3E2E
RGB
CMYK
RGB Variations
Color information
#6F3E2E (or 0x6F3E2E) is known color: Metallic Copper. HEX triplet: 6F, 3E and 2E. RGB value is (111,62,46). Sum of RGB (Red+Green+Blue) = 111+62+46=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E2E is #90C1D1. Grayscale: #4A4A4A. Windows color (decimal): -9486802 or 3030639. OLE color: 3030639.
HSL color Cylindrical-coordinate representation of color #6F3E2E: hue angle of 14.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F3E2E is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
RGB | 111 | 62 | 46 | - |
CMYK | 0 | 0.44 | 0.59 | 0.56 |
HSL | 14.77º | 0.41% | 0.31% | - |
HSV(B) | 14.77º | 0.59% | 0.44% | - |
XYZ | 8.77 | 7.02 | 3.48 | - |
YUV | 74.83 | 111.73 | 153.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 62 | 46 | 0 | 0.44 | 0.59 | 0.56 | 14.77 | 0.41 | 0.31 |
Hex | 6F | 3E | 2E | 0 | 2C | 3B | 38 | F | 29 | 1F |
Octal | 157 | 76 | 56 | 0 | 54 | 73 | 70 | 17 | 51 | 37 |
Binary | 1101111 | 111110 | 101110 | 0 | 101100 | 111011 | 111000 | 1111 | 101001 | 11111 |
Color Harmonies of #6F3E2E
Complementary color
Monochromatic Colors of #6F3E2E
Black with #6F3E2E
Text Example
Text Example
White with #6F3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E2E; }
p { color: rgb(111,62,46); }
H1.HeaderClassName
{
color: #6F3E2E;
}
.AnyTagClassName
{
color: #6F3E2E;
}
</style>
background-color css
<style>
a { background-color: #6F3E2E; }
a { background-color: rgb(111,62,46); }
div.DivClassName
{
background-color: #6F3E2E;
}
.BgClassName
{
background-color: #6F3E2E;
}
</style>
border-color css
<style>
span { border-color: #6F3E2E; }
span { border-color: rgb(111,62,46); }
td.TdClassName
{
border-color: #6F3E2E;
}
.TagClassName
{
border-color: #6F3E2E;
}
</style>