Shades of Metallic Copper #6F4436
Tints of Metallic Copper #6F4436
RGB
CMYK
RGB Variations
Color information
#6F4436 (or 0x6F4436) is known color: Metallic Copper. HEX triplet: 6F, 44 and 36. RGB value is (111,68,54). Sum of RGB (Red+Green+Blue) = 111+68+54=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4436 is #90BBC9. Grayscale: #4F4F4F. Windows color (decimal): -9485258 or 3556463. OLE color: 3556463.
HSL color Cylindrical-coordinate representation of color #6F4436: hue angle of 14.74º 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 #6F4436 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 54 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.56 |
| HSL | 14.74º | 0.35% | 0.32% | - |
| HSV(B) | 14.74º | 0.51% | 0.44% | - |
| XYZ | 9.29 | 7.78 | 4.5 | - |
| YUV | 79.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 54 | 0 | 0.39 | 0.51 | 0.56 | 14.74 | 0.35 | 0.32 |
| Hex | 6F | 44 | 36 | 0 | 27 | 33 | 38 | F | 23 | 20 |
| Octal | 157 | 104 | 66 | 0 | 47 | 63 | 70 | 17 | 43 | 40 |
| Binary | 1101111 | 1000100 | 110110 | 0 | 100111 | 110011 | 111000 | 1111 | 100011 | 100000 |
Color Harmonies of #6F4436
Complementary color
Monochromatic Colors of #6F4436
Black with #6F4436
Text Example
Text Example
White with #6F4436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4436; }
p { color: rgb(111,68,54); }
H1.HeaderClassName
{
color: #6F4436;
}
.AnyTagClassName
{
color: #6F4436;
}
</style>
background-color css
<style>
a { background-color: #6F4436; }
a { background-color: rgb(111,68,54); }
div.DivClassName
{
background-color: #6F4436;
}
.BgClassName
{
background-color: #6F4436;
}
</style>
border-color css
<style>
span { border-color: #6F4436; }
span { border-color: rgb(111,68,54); }
td.TdClassName
{
border-color: #6F4436;
}
.TagClassName
{
border-color: #6F4436;
}
</style>