Shades of Metallic Copper #6F3F37
Tints of Metallic Copper #6F3F37
RGB
CMYK
RGB Variations
Color information
#6F3F37 (or 0x6F3F37) is known color: Metallic Copper. HEX triplet: 6F, 3F and 37. RGB value is (111,63,55). Sum of RGB (Red+Green+Blue) = 111+63+55=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3F37 is #90C0C8. Grayscale: #4C4C4C. Windows color (decimal): -9486537 or 3620719. OLE color: 3620719.
HSL color Cylindrical-coordinate representation of color #6F3F37: hue angle of 8.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3F37 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 63 | 55 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.56 |
| HSL | 8.57º | 0.34% | 0.33% | - |
| HSV(B) | 8.57º | 0.5% | 0.44% | - |
| XYZ | 9.02 | 7.21 | 4.53 | - |
| YUV | 76.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 55 | 0 | 0.43 | 0.50 | 0.56 | 8.57 | 0.34 | 0.33 |
| Hex | 6F | 3F | 37 | 0 | 2B | 32 | 38 | 9 | 22 | 21 |
| Octal | 157 | 77 | 67 | 0 | 53 | 62 | 70 | 11 | 42 | 41 |
| Binary | 1101111 | 111111 | 110111 | 0 | 101011 | 110010 | 111000 | 1001 | 100010 | 100001 |
Color Harmonies of #6F3F37
Complementary color
Monochromatic Colors of #6F3F37
Black with #6F3F37
Text Example
Text Example
White with #6F3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F37; }
p { color: rgb(111,63,55); }
H1.HeaderClassName
{
color: #6F3F37;
}
.AnyTagClassName
{
color: #6F3F37;
}
</style>
background-color css
<style>
a { background-color: #6F3F37; }
a { background-color: rgb(111,63,55); }
div.DivClassName
{
background-color: #6F3F37;
}
.BgClassName
{
background-color: #6F3F37;
}
</style>
border-color css
<style>
span { border-color: #6F3F37; }
span { border-color: rgb(111,63,55); }
td.TdClassName
{
border-color: #6F3F37;
}
.TagClassName
{
border-color: #6F3F37;
}
</style>