Shades of Metallic Copper #6F3E3A
Tints of Metallic Copper #6F3E3A
RGB
CMYK
RGB Variations
Color information
#6F3E3A (or 0x6F3E3A) is known color: Metallic Copper. HEX triplet: 6F, 3E and 3A. RGB value is (111,62,58). Sum of RGB (Red+Green+Blue) = 111+62+58=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E3A is #90C1C5. Grayscale: #4C4C4C. Windows color (decimal): -9486790 or 3817071. OLE color: 3817071.
HSL color Cylindrical-coordinate representation of color #6F3E3A: hue angle of 4.53º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3E3A is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 58 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.56 |
| HSL | 4.53º | 0.31% | 0.33% | - |
| HSV(B) | 4.53º | 0.48% | 0.44% | - |
| XYZ | 9.04 | 7.13 | 4.9 | - |
| YUV | 76.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 58 | 0 | 0.44 | 0.48 | 0.56 | 4.53 | 0.31 | 0.33 |
| Hex | 6F | 3E | 3A | 0 | 2C | 30 | 38 | 5 | 1F | 21 |
| Octal | 157 | 76 | 72 | 0 | 54 | 60 | 70 | 5 | 37 | 41 |
| Binary | 1101111 | 111110 | 111010 | 0 | 101100 | 110000 | 111000 | 101 | 11111 | 100001 |
Color Harmonies of #6F3E3A
Complementary color
Monochromatic Colors of #6F3E3A
Black with #6F3E3A
Text Example
Text Example
White with #6F3E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E3A; }
p { color: rgb(111,62,58); }
H1.HeaderClassName
{
color: #6F3E3A;
}
.AnyTagClassName
{
color: #6F3E3A;
}
</style>
background-color css
<style>
a { background-color: #6F3E3A; }
a { background-color: rgb(111,62,58); }
div.DivClassName
{
background-color: #6F3E3A;
}
.BgClassName
{
background-color: #6F3E3A;
}
</style>
border-color css
<style>
span { border-color: #6F3E3A; }
span { border-color: rgb(111,62,58); }
td.TdClassName
{
border-color: #6F3E3A;
}
.TagClassName
{
border-color: #6F3E3A;
}
</style>