Shades of Metallic Copper #6F443A
Tints of Metallic Copper #6F443A
RGB
CMYK
RGB Variations
Color information
#6F443A (or 0x6F443A) is known color: Metallic Copper. HEX triplet: 6F, 44 and 3A. RGB value is (111,68,58). Sum of RGB (Red+Green+Blue) = 111+68+58=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F443A is #90BBC5. Grayscale: #4F4F4F. Windows color (decimal): -9485254 or 3818607. OLE color: 3818607.
HSL color Cylindrical-coordinate representation of color #6F443A: hue angle of 11.32º 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 #6F443A is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 58 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.56 |
| HSL | 11.32º | 0.31% | 0.33% | - |
| HSV(B) | 11.32º | 0.48% | 0.44% | - |
| XYZ | 9.39 | 7.82 | 5.02 | - |
| YUV | 79.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 58 | 0 | 0.39 | 0.48 | 0.56 | 11.32 | 0.31 | 0.33 |
| Hex | 6F | 44 | 3A | 0 | 27 | 30 | 38 | B | 1F | 21 |
| Octal | 157 | 104 | 72 | 0 | 47 | 60 | 70 | 13 | 37 | 41 |
| Binary | 1101111 | 1000100 | 111010 | 0 | 100111 | 110000 | 111000 | 1011 | 11111 | 100001 |
Color Harmonies of #6F443A
Complementary color
Monochromatic Colors of #6F443A
Black with #6F443A
Text Example
Text Example
White with #6F443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F443A; }
p { color: rgb(111,68,58); }
H1.HeaderClassName
{
color: #6F443A;
}
.AnyTagClassName
{
color: #6F443A;
}
</style>
background-color css
<style>
a { background-color: #6F443A; }
a { background-color: rgb(111,68,58); }
div.DivClassName
{
background-color: #6F443A;
}
.BgClassName
{
background-color: #6F443A;
}
</style>
border-color css
<style>
span { border-color: #6F443A; }
span { border-color: rgb(111,68,58); }
td.TdClassName
{
border-color: #6F443A;
}
.TagClassName
{
border-color: #6F443A;
}
</style>