Shades of Metallic Copper #6F3A32
Tints of Metallic Copper #6F3A32
RGB
CMYK
RGB Variations
Color information
#6F3A32 (or 0x6F3A32) is known color: Metallic Copper. HEX triplet: 6F, 3A and 32. RGB value is (111,58,50). Sum of RGB (Red+Green+Blue) = 111+58+50=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3A32 is #90C5CD. Grayscale: #494949. Windows color (decimal): -9487822 or 3291759. OLE color: 3291759.
HSL color Cylindrical-coordinate representation of color #6F3A32: hue angle of 7.87º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F3A32 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 50 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.56 |
| HSL | 7.87º | 0.38% | 0.32% | - |
| HSV(B) | 7.87º | 0.55% | 0.44% | - |
| XYZ | 8.64 | 6.64 | 3.84 | - |
| YUV | 72.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 50 | 0 | 0.48 | 0.55 | 0.56 | 7.87 | 0.38 | 0.32 |
| Hex | 6F | 3A | 32 | 0 | 30 | 37 | 38 | 8 | 26 | 20 |
| Octal | 157 | 72 | 62 | 0 | 60 | 67 | 70 | 10 | 46 | 40 |
| Binary | 1101111 | 111010 | 110010 | 0 | 110000 | 110111 | 111000 | 1000 | 100110 | 100000 |
Color Harmonies of #6F3A32
Complementary color
Monochromatic Colors of #6F3A32
Black with #6F3A32
Text Example
Text Example
White with #6F3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A32; }
p { color: rgb(111,58,50); }
H1.HeaderClassName
{
color: #6F3A32;
}
.AnyTagClassName
{
color: #6F3A32;
}
</style>
background-color css
<style>
a { background-color: #6F3A32; }
a { background-color: rgb(111,58,50); }
div.DivClassName
{
background-color: #6F3A32;
}
.BgClassName
{
background-color: #6F3A32;
}
</style>
border-color css
<style>
span { border-color: #6F3A32; }
span { border-color: rgb(111,58,50); }
td.TdClassName
{
border-color: #6F3A32;
}
.TagClassName
{
border-color: #6F3A32;
}
</style>