Shades of Metallic Copper #6F413D
Tints of Metallic Copper #6F413D
RGB
CMYK
RGB Variations
Color information
#6F413D (or 0x6F413D) is known color: Metallic Copper. HEX triplet: 6F, 41 and 3D. RGB value is (111,65,61). Sum of RGB (Red+Green+Blue) = 111+65+61=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F413D is #90BEC2. Grayscale: #4E4E4E. Windows color (decimal): -9486019 or 4014447. OLE color: 4014447.
HSL color Cylindrical-coordinate representation of color #6F413D: hue angle of 4.8º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F413D is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 61 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.56 |
| HSL | 4.8º | 0.29% | 0.34% | - |
| HSV(B) | 4.8º | 0.45% | 0.44% | - |
| XYZ | 9.29 | 7.5 | 5.37 | - |
| YUV | 78.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 61 | 0 | 0.41 | 0.45 | 0.56 | 4.8 | 0.29 | 0.34 |
| Hex | 6F | 41 | 3D | 0 | 29 | 2D | 38 | 5 | 1D | 22 |
| Octal | 157 | 101 | 75 | 0 | 51 | 55 | 70 | 5 | 35 | 42 |
| Binary | 1101111 | 1000001 | 111101 | 0 | 101001 | 101101 | 111000 | 101 | 11101 | 100010 |
Color Harmonies of #6F413D
Complementary color
Monochromatic Colors of #6F413D
Black with #6F413D
Text Example
Text Example
White with #6F413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F413D; }
p { color: rgb(111,65,61); }
H1.HeaderClassName
{
color: #6F413D;
}
.AnyTagClassName
{
color: #6F413D;
}
</style>
background-color css
<style>
a { background-color: #6F413D; }
a { background-color: rgb(111,65,61); }
div.DivClassName
{
background-color: #6F413D;
}
.BgClassName
{
background-color: #6F413D;
}
</style>
border-color css
<style>
span { border-color: #6F413D; }
span { border-color: rgb(111,65,61); }
td.TdClassName
{
border-color: #6F413D;
}
.TagClassName
{
border-color: #6F413D;
}
</style>