Shades of Metallic Copper #6F443B
Tints of Metallic Copper #6F443B
RGB
CMYK
RGB Variations
Color information
#6F443B (or 0x6F443B) is known color: Metallic Copper. HEX triplet: 6F, 44 and 3B. RGB value is (111,68,59). Sum of RGB (Red+Green+Blue) = 111+68+59=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F443B is #90BBC4. Grayscale: #4F4F4F. Windows color (decimal): -9485253 or 3884143. OLE color: 3884143.
HSL color Cylindrical-coordinate representation of color #6F443B: hue angle of 10.38º 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 #6F443B is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 59 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.56 |
| HSL | 10.38º | 0.31% | 0.33% | - |
| HSV(B) | 10.38º | 0.47% | 0.44% | - |
| XYZ | 9.41 | 7.83 | 5.15 | - |
| YUV | 79.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 59 | 0 | 0.39 | 0.47 | 0.56 | 10.38 | 0.31 | 0.33 |
| Hex | 6F | 44 | 3B | 0 | 27 | 2F | 38 | A | 1F | 21 |
| Octal | 157 | 104 | 73 | 0 | 47 | 57 | 70 | 12 | 37 | 41 |
| Binary | 1101111 | 1000100 | 111011 | 0 | 100111 | 101111 | 111000 | 1010 | 11111 | 100001 |
Color Harmonies of #6F443B
Complementary color
Monochromatic Colors of #6F443B
Black with #6F443B
Text Example
Text Example
White with #6F443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F443B; }
p { color: rgb(111,68,59); }
H1.HeaderClassName
{
color: #6F443B;
}
.AnyTagClassName
{
color: #6F443B;
}
</style>
background-color css
<style>
a { background-color: #6F443B; }
a { background-color: rgb(111,68,59); }
div.DivClassName
{
background-color: #6F443B;
}
.BgClassName
{
background-color: #6F443B;
}
</style>
border-color css
<style>
span { border-color: #6F443B; }
span { border-color: rgb(111,68,59); }
td.TdClassName
{
border-color: #6F443B;
}
.TagClassName
{
border-color: #6F443B;
}
</style>