Shades of Metallic Copper #6F4336
Tints of Metallic Copper #6F4336
RGB
CMYK
RGB Variations
Color information
#6F4336 (or 0x6F4336) is known color: Metallic Copper. HEX triplet: 6F, 43 and 36. RGB value is (111,67,54). Sum of RGB (Red+Green+Blue) = 111+67+54=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4336 is #90BCC9. Grayscale: #4E4E4E. Windows color (decimal): -9485514 or 3556207. OLE color: 3556207.
HSL color Cylindrical-coordinate representation of color #6F4336: hue angle of 13.68º 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 #6F4336 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 54 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.56 |
| HSL | 13.68º | 0.35% | 0.32% | - |
| HSV(B) | 13.68º | 0.51% | 0.44% | - |
| XYZ | 9.23 | 7.66 | 4.48 | - |
| YUV | 78.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 54 | 0 | 0.40 | 0.51 | 0.56 | 13.68 | 0.35 | 0.32 |
| Hex | 6F | 43 | 36 | 0 | 28 | 33 | 38 | E | 23 | 20 |
| Octal | 157 | 103 | 66 | 0 | 50 | 63 | 70 | 16 | 43 | 40 |
| Binary | 1101111 | 1000011 | 110110 | 0 | 101000 | 110011 | 111000 | 1110 | 100011 | 100000 |
Color Harmonies of #6F4336
Complementary color
Monochromatic Colors of #6F4336
Black with #6F4336
Text Example
Text Example
White with #6F4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4336; }
p { color: rgb(111,67,54); }
H1.HeaderClassName
{
color: #6F4336;
}
.AnyTagClassName
{
color: #6F4336;
}
</style>
background-color css
<style>
a { background-color: #6F4336; }
a { background-color: rgb(111,67,54); }
div.DivClassName
{
background-color: #6F4336;
}
.BgClassName
{
background-color: #6F4336;
}
</style>
border-color css
<style>
span { border-color: #6F4336; }
span { border-color: rgb(111,67,54); }
td.TdClassName
{
border-color: #6F4336;
}
.TagClassName
{
border-color: #6F4336;
}
</style>