Shades of Metallic Copper #6F413B
Tints of Metallic Copper #6F413B
RGB
CMYK
RGB Variations
Color information
#6F413B (or 0x6F413B) is known color: Metallic Copper. HEX triplet: 6F, 41 and 3B. RGB value is (111,65,59). Sum of RGB (Red+Green+Blue) = 111+65+59=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F413B is #90BEC4. Grayscale: #4E4E4E. Windows color (decimal): -9486021 or 3883375. OLE color: 3883375.
HSL color Cylindrical-coordinate representation of color #6F413B: hue angle of 6.92º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F413B is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 59 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.56 |
| HSL | 6.92º | 0.31% | 0.33% | - |
| HSV(B) | 6.92º | 0.47% | 0.44% | - |
| XYZ | 9.24 | 7.48 | 5.09 | - |
| YUV | 78.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 59 | 0 | 0.41 | 0.47 | 0.56 | 6.92 | 0.31 | 0.33 |
| Hex | 6F | 41 | 3B | 0 | 29 | 2F | 38 | 7 | 1F | 21 |
| Octal | 157 | 101 | 73 | 0 | 51 | 57 | 70 | 7 | 37 | 41 |
| Binary | 1101111 | 1000001 | 111011 | 0 | 101001 | 101111 | 111000 | 111 | 11111 | 100001 |
Color Harmonies of #6F413B
Complementary color
Monochromatic Colors of #6F413B
Black with #6F413B
Text Example
Text Example
White with #6F413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F413B; }
p { color: rgb(111,65,59); }
H1.HeaderClassName
{
color: #6F413B;
}
.AnyTagClassName
{
color: #6F413B;
}
</style>
background-color css
<style>
a { background-color: #6F413B; }
a { background-color: rgb(111,65,59); }
div.DivClassName
{
background-color: #6F413B;
}
.BgClassName
{
background-color: #6F413B;
}
</style>
border-color css
<style>
span { border-color: #6F413B; }
span { border-color: rgb(111,65,59); }
td.TdClassName
{
border-color: #6F413B;
}
.TagClassName
{
border-color: #6F413B;
}
</style>