Shades of Metallic Copper #6F4035
Tints of Metallic Copper #6F4035
RGB
CMYK
RGB Variations
Color information
#6F4035 (or 0x6F4035) is known color: Metallic Copper. HEX triplet: 6F, 40 and 35. RGB value is (111,64,53). Sum of RGB (Red+Green+Blue) = 111+64+53=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4035 is #90BFCA. Grayscale: #4C4C4C. Windows color (decimal): -9486283 or 3489903. OLE color: 3489903.
HSL color Cylindrical-coordinate representation of color #6F4035: hue angle of 11.38º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F4035 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 53 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.56 |
| HSL | 11.38º | 0.35% | 0.32% | - |
| HSV(B) | 11.38º | 0.52% | 0.44% | - |
| XYZ | 9.03 | 7.3 | 4.3 | - |
| YUV | 76.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 53 | 0 | 0.42 | 0.52 | 0.56 | 11.38 | 0.35 | 0.32 |
| Hex | 6F | 40 | 35 | 0 | 2A | 34 | 38 | B | 23 | 20 |
| Octal | 157 | 100 | 65 | 0 | 52 | 64 | 70 | 13 | 43 | 40 |
| Binary | 1101111 | 1000000 | 110101 | 0 | 101010 | 110100 | 111000 | 1011 | 100011 | 100000 |
Color Harmonies of #6F4035
Complementary color
Monochromatic Colors of #6F4035
Black with #6F4035
Text Example
Text Example
White with #6F4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4035; }
p { color: rgb(111,64,53); }
H1.HeaderClassName
{
color: #6F4035;
}
.AnyTagClassName
{
color: #6F4035;
}
</style>
background-color css
<style>
a { background-color: #6F4035; }
a { background-color: rgb(111,64,53); }
div.DivClassName
{
background-color: #6F4035;
}
.BgClassName
{
background-color: #6F4035;
}
</style>
border-color css
<style>
span { border-color: #6F4035; }
span { border-color: rgb(111,64,53); }
td.TdClassName
{
border-color: #6F4035;
}
.TagClassName
{
border-color: #6F4035;
}
</style>