Shades of Metallic Copper #6E3B32
Tints of Metallic Copper #6E3B32
RGB
CMYK
RGB Variations
Color information
#6E3B32 (or 0x6E3B32) is known color: Metallic Copper. HEX triplet: 6E, 3B and 32. RGB value is (110,59,50). Sum of RGB (Red+Green+Blue) = 110+59+50=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3B32 is #91C4CD. Grayscale: #494949. Windows color (decimal): -9553102 or 3292014. OLE color: 3292014.
HSL color Cylindrical-coordinate representation of color #6E3B32: hue angle of 9º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3B32 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 59 | 50 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.57 |
| HSL | 9º | 0.38% | 0.31% | - |
| HSV(B) | 9º | 0.55% | 0.43% | - |
| XYZ | 8.57 | 6.67 | 3.85 | - |
| YUV | 73.22 | 114.9 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 59 | 50 | 0 | 0.46 | 0.55 | 0.57 | 9 | 0.38 | 0.31 |
| Hex | 6E | 3B | 32 | 0 | 2E | 37 | 39 | 9 | 26 | 1F |
| Octal | 156 | 73 | 62 | 0 | 56 | 67 | 71 | 11 | 46 | 37 |
| Binary | 1101110 | 111011 | 110010 | 0 | 101110 | 110111 | 111001 | 1001 | 100110 | 11111 |
Color Harmonies of #6E3B32
Complementary color
Monochromatic Colors of #6E3B32
Black with #6E3B32
Text Example
Text Example
White with #6E3B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3B32; }
p { color: rgb(110,59,50); }
H1.HeaderClassName
{
color: #6E3B32;
}
.AnyTagClassName
{
color: #6E3B32;
}
</style>
background-color css
<style>
a { background-color: #6E3B32; }
a { background-color: rgb(110,59,50); }
div.DivClassName
{
background-color: #6E3B32;
}
.BgClassName
{
background-color: #6E3B32;
}
</style>
border-color css
<style>
span { border-color: #6E3B32; }
span { border-color: rgb(110,59,50); }
td.TdClassName
{
border-color: #6E3B32;
}
.TagClassName
{
border-color: #6E3B32;
}
</style>