Shades of Metallic Copper #6F3A34
Tints of Metallic Copper #6F3A34
RGB
CMYK
RGB Variations
Color information
#6F3A34 (or 0x6F3A34) is known color: Metallic Copper. HEX triplet: 6F, 3A and 34. RGB value is (111,58,52). Sum of RGB (Red+Green+Blue) = 111+58+52=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A34 is #90C5CB. Grayscale: #494949. Windows color (decimal): -9487820 or 3422831. OLE color: 3422831.
HSL color Cylindrical-coordinate representation of color #6F3A34: hue angle of 6.1º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3A34 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 52 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.56 |
| HSL | 6.1º | 0.36% | 0.32% | - |
| HSV(B) | 6.1º | 0.53% | 0.44% | - |
| XYZ | 8.69 | 6.65 | 4.08 | - |
| YUV | 73.16 | 116.06 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 52 | 0 | 0.48 | 0.53 | 0.56 | 6.1 | 0.36 | 0.32 |
| Hex | 6F | 3A | 34 | 0 | 30 | 35 | 38 | 6 | 24 | 20 |
| Octal | 157 | 72 | 64 | 0 | 60 | 65 | 70 | 6 | 44 | 40 |
| Binary | 1101111 | 111010 | 110100 | 0 | 110000 | 110101 | 111000 | 110 | 100100 | 100000 |
Color Harmonies of #6F3A34
Complementary color
Monochromatic Colors of #6F3A34
Black with #6F3A34
Text Example
Text Example
White with #6F3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A34; }
p { color: rgb(111,58,52); }
H1.HeaderClassName
{
color: #6F3A34;
}
.AnyTagClassName
{
color: #6F3A34;
}
</style>
background-color css
<style>
a { background-color: #6F3A34; }
a { background-color: rgb(111,58,52); }
div.DivClassName
{
background-color: #6F3A34;
}
.BgClassName
{
background-color: #6F3A34;
}
</style>
border-color css
<style>
span { border-color: #6F3A34; }
span { border-color: rgb(111,58,52); }
td.TdClassName
{
border-color: #6F3A34;
}
.TagClassName
{
border-color: #6F3A34;
}
</style>