Shades of Metallic Copper #6F3E36
Tints of Metallic Copper #6F3E36
RGB
CMYK
RGB Variations
Color information
#6F3E36 (or 0x6F3E36) is known color: Metallic Copper. HEX triplet: 6F, 3E and 36. RGB value is (111,62,54). Sum of RGB (Red+Green+Blue) = 111+62+54=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E36 is #90C1C9. Grayscale: #4B4B4B. Windows color (decimal): -9486794 or 3554927. OLE color: 3554927.
HSL color Cylindrical-coordinate representation of color #6F3E36: hue angle of 8.42º 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 #6F3E36 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 54 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.56 |
| HSL | 8.42º | 0.35% | 0.32% | - |
| HSV(B) | 8.42º | 0.51% | 0.44% | - |
| XYZ | 8.94 | 7.09 | 4.39 | - |
| YUV | 75.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 54 | 0 | 0.44 | 0.51 | 0.56 | 8.42 | 0.35 | 0.32 |
| Hex | 6F | 3E | 36 | 0 | 2C | 33 | 38 | 8 | 23 | 20 |
| Octal | 157 | 76 | 66 | 0 | 54 | 63 | 70 | 10 | 43 | 40 |
| Binary | 1101111 | 111110 | 110110 | 0 | 101100 | 110011 | 111000 | 1000 | 100011 | 100000 |
Color Harmonies of #6F3E36
Complementary color
Monochromatic Colors of #6F3E36
Black with #6F3E36
Text Example
Text Example
White with #6F3E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E36; }
p { color: rgb(111,62,54); }
H1.HeaderClassName
{
color: #6F3E36;
}
.AnyTagClassName
{
color: #6F3E36;
}
</style>
background-color css
<style>
a { background-color: #6F3E36; }
a { background-color: rgb(111,62,54); }
div.DivClassName
{
background-color: #6F3E36;
}
.BgClassName
{
background-color: #6F3E36;
}
</style>
border-color css
<style>
span { border-color: #6F3E36; }
span { border-color: rgb(111,62,54); }
td.TdClassName
{
border-color: #6F3E36;
}
.TagClassName
{
border-color: #6F3E36;
}
</style>