Shades of Metallic Copper #6F4134
Tints of Metallic Copper #6F4134
RGB
CMYK
RGB Variations
Color information
#6F4134 (or 0x6F4134) is known color: Metallic Copper. HEX triplet: 6F, 41 and 34. RGB value is (111,65,52). Sum of RGB (Red+Green+Blue) = 111+65+52=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4134 is #90BECB. Grayscale: #4D4D4D. Windows color (decimal): -9486028 or 3424623. OLE color: 3424623.
HSL color Cylindrical-coordinate representation of color #6F4134: hue angle of 13.22º 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 #6F4134 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 52 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.56 |
| HSL | 13.22º | 0.36% | 0.32% | - |
| HSV(B) | 13.22º | 0.53% | 0.44% | - |
| XYZ | 9.07 | 7.41 | 4.2 | - |
| YUV | 77.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 52 | 0 | 0.41 | 0.53 | 0.56 | 13.22 | 0.36 | 0.32 |
| Hex | 6F | 41 | 34 | 0 | 29 | 35 | 38 | D | 24 | 20 |
| Octal | 157 | 101 | 64 | 0 | 51 | 65 | 70 | 15 | 44 | 40 |
| Binary | 1101111 | 1000001 | 110100 | 0 | 101001 | 110101 | 111000 | 1101 | 100100 | 100000 |
Color Harmonies of #6F4134
Complementary color
Monochromatic Colors of #6F4134
Black with #6F4134
Text Example
Text Example
White with #6F4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4134; }
p { color: rgb(111,65,52); }
H1.HeaderClassName
{
color: #6F4134;
}
.AnyTagClassName
{
color: #6F4134;
}
</style>
background-color css
<style>
a { background-color: #6F4134; }
a { background-color: rgb(111,65,52); }
div.DivClassName
{
background-color: #6F4134;
}
.BgClassName
{
background-color: #6F4134;
}
</style>
border-color css
<style>
span { border-color: #6F4134; }
span { border-color: rgb(111,65,52); }
td.TdClassName
{
border-color: #6F4134;
}
.TagClassName
{
border-color: #6F4134;
}
</style>