Shades of Metallic Copper #6F3F36
Tints of Metallic Copper #6F3F36
RGB
CMYK
RGB Variations
Color information
#6F3F36 (or 0x6F3F36) is known color: Metallic Copper. HEX triplet: 6F, 3F and 36. RGB value is (111,63,54). Sum of RGB (Red+Green+Blue) = 111+63+54=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F36 is #90C0C9. Grayscale: #4C4C4C. Windows color (decimal): -9486538 or 3555183. OLE color: 3555183.
HSL color Cylindrical-coordinate representation of color #6F3F36: hue angle of 9.47º 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 #6F3F36 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 63 | 54 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.56 |
| HSL | 9.47º | 0.35% | 0.32% | - |
| HSV(B) | 9.47º | 0.51% | 0.44% | - |
| XYZ | 9 | 7.2 | 4.41 | - |
| YUV | 76.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 54 | 0 | 0.43 | 0.51 | 0.56 | 9.47 | 0.35 | 0.32 |
| Hex | 6F | 3F | 36 | 0 | 2B | 33 | 38 | 9 | 23 | 20 |
| Octal | 157 | 77 | 66 | 0 | 53 | 63 | 70 | 11 | 43 | 40 |
| Binary | 1101111 | 111111 | 110110 | 0 | 101011 | 110011 | 111000 | 1001 | 100011 | 100000 |
Color Harmonies of #6F3F36
Complementary color
Monochromatic Colors of #6F3F36
Black with #6F3F36
Text Example
Text Example
White with #6F3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F36; }
p { color: rgb(111,63,54); }
H1.HeaderClassName
{
color: #6F3F36;
}
.AnyTagClassName
{
color: #6F3F36;
}
</style>
background-color css
<style>
a { background-color: #6F3F36; }
a { background-color: rgb(111,63,54); }
div.DivClassName
{
background-color: #6F3F36;
}
.BgClassName
{
background-color: #6F3F36;
}
</style>
border-color css
<style>
span { border-color: #6F3F36; }
span { border-color: rgb(111,63,54); }
td.TdClassName
{
border-color: #6F3F36;
}
.TagClassName
{
border-color: #6F3F36;
}
</style>