Shades of Metallic Copper #6F413C
Tints of Metallic Copper #6F413C
RGB
CMYK
RGB Variations
Color information
#6F413C (or 0x6F413C) is known color: Metallic Copper. HEX triplet: 6F, 41 and 3C. RGB value is (111,65,60). Sum of RGB (Red+Green+Blue) = 111+65+60=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F413C is #90BEC3. Grayscale: #4E4E4E. Windows color (decimal): -9486020 or 3948911. OLE color: 3948911.
HSL color Cylindrical-coordinate representation of color #6F413C: hue angle of 5.88º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F413C is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 60 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.56 |
| HSL | 5.88º | 0.3% | 0.34% | - |
| HSV(B) | 5.88º | 0.46% | 0.44% | - |
| XYZ | 9.26 | 7.49 | 5.23 | - |
| YUV | 78.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 60 | 0 | 0.41 | 0.46 | 0.56 | 5.88 | 0.3 | 0.34 |
| Hex | 6F | 41 | 3C | 0 | 29 | 2E | 38 | 6 | 1E | 22 |
| Octal | 157 | 101 | 74 | 0 | 51 | 56 | 70 | 6 | 36 | 42 |
| Binary | 1101111 | 1000001 | 111100 | 0 | 101001 | 101110 | 111000 | 110 | 11110 | 100010 |
Color Harmonies of #6F413C
Complementary color
Monochromatic Colors of #6F413C
Black with #6F413C
Text Example
Text Example
White with #6F413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F413C; }
p { color: rgb(111,65,60); }
H1.HeaderClassName
{
color: #6F413C;
}
.AnyTagClassName
{
color: #6F413C;
}
</style>
background-color css
<style>
a { background-color: #6F413C; }
a { background-color: rgb(111,65,60); }
div.DivClassName
{
background-color: #6F413C;
}
.BgClassName
{
background-color: #6F413C;
}
</style>
border-color css
<style>
span { border-color: #6F413C; }
span { border-color: rgb(111,65,60); }
td.TdClassName
{
border-color: #6F413C;
}
.TagClassName
{
border-color: #6F413C;
}
</style>