Shades of Metallic Copper #6F3933
Tints of Metallic Copper #6F3933
RGB
CMYK
RGB Variations
Color information
#6F3933 (or 0x6F3933) is known color: Metallic Copper. HEX triplet: 6F, 39 and 33. RGB value is (111,57,51). Sum of RGB (Red+Green+Blue) = 111+57+51=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3933 is #90C6CC. Grayscale: #484848. Windows color (decimal): -9488077 or 3357039. OLE color: 3357039.
HSL color Cylindrical-coordinate representation of color #6F3933: hue angle of 6º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F3933 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 51 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.56 |
| HSL | 6º | 0.37% | 0.32% | - |
| HSV(B) | 6º | 0.54% | 0.44% | - |
| XYZ | 8.62 | 6.54 | 3.94 | - |
| YUV | 72.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 51 | 0 | 0.49 | 0.54 | 0.56 | 6 | 0.37 | 0.32 |
| Hex | 6F | 39 | 33 | 0 | 31 | 36 | 38 | 6 | 25 | 20 |
| Octal | 157 | 71 | 63 | 0 | 61 | 66 | 70 | 6 | 45 | 40 |
| Binary | 1101111 | 111001 | 110011 | 0 | 110001 | 110110 | 111000 | 110 | 100101 | 100000 |
Color Harmonies of #6F3933
Complementary color
Monochromatic Colors of #6F3933
Black with #6F3933
Text Example
Text Example
White with #6F3933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3933; }
p { color: rgb(111,57,51); }
H1.HeaderClassName
{
color: #6F3933;
}
.AnyTagClassName
{
color: #6F3933;
}
</style>
background-color css
<style>
a { background-color: #6F3933; }
a { background-color: rgb(111,57,51); }
div.DivClassName
{
background-color: #6F3933;
}
.BgClassName
{
background-color: #6F3933;
}
</style>
border-color css
<style>
span { border-color: #6F3933; }
span { border-color: rgb(111,57,51); }
td.TdClassName
{
border-color: #6F3933;
}
.TagClassName
{
border-color: #6F3933;
}
</style>