Shades of Metallic Copper #6F423A
Tints of Metallic Copper #6F423A
RGB
CMYK
RGB Variations
Color information
#6F423A (or 0x6F423A) is known color: Metallic Copper. HEX triplet: 6F, 42 and 3A. RGB value is (111,66,58). Sum of RGB (Red+Green+Blue) = 111+66+58=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F423A is #90BDC5. Grayscale: #4E4E4E. Windows color (decimal): -9485766 or 3818095. OLE color: 3818095.
HSL color Cylindrical-coordinate representation of color #6F423A: hue angle of 9.06º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F423A is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 66 | 58 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.56 |
| HSL | 9.06º | 0.31% | 0.33% | - |
| HSV(B) | 9.06º | 0.48% | 0.44% | - |
| XYZ | 9.27 | 7.58 | 4.98 | - |
| YUV | 78.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 58 | 0 | 0.41 | 0.48 | 0.56 | 9.06 | 0.31 | 0.33 |
| Hex | 6F | 42 | 3A | 0 | 29 | 30 | 38 | 9 | 1F | 21 |
| Octal | 157 | 102 | 72 | 0 | 51 | 60 | 70 | 11 | 37 | 41 |
| Binary | 1101111 | 1000010 | 111010 | 0 | 101001 | 110000 | 111000 | 1001 | 11111 | 100001 |
Color Harmonies of #6F423A
Complementary color
Monochromatic Colors of #6F423A
Black with #6F423A
Text Example
Text Example
White with #6F423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F423A; }
p { color: rgb(111,66,58); }
H1.HeaderClassName
{
color: #6F423A;
}
.AnyTagClassName
{
color: #6F423A;
}
</style>
background-color css
<style>
a { background-color: #6F423A; }
a { background-color: rgb(111,66,58); }
div.DivClassName
{
background-color: #6F423A;
}
.BgClassName
{
background-color: #6F423A;
}
</style>
border-color css
<style>
span { border-color: #6F423A; }
span { border-color: rgb(111,66,58); }
td.TdClassName
{
border-color: #6F423A;
}
.TagClassName
{
border-color: #6F423A;
}
</style>