#6E4037

Color #6E4037 Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #6E4037

Tints of Metallic Copper #6E4037

Color information

#6E4037 (or 0x6E4037) is unknown color: approx Metallic Copper. HEX triplet: 6E, 40 and 37. RGB value is (110,64,55). Sum of RGB (Red+Green+Blue) = 110+64+55=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4037 is #91BFC8. Grayscale: #4C4C4C. Windows color (decimal): -9551817 or 3620974. OLE color: 3620974.

HSL color Cylindrical-coordinate representation of color #6E4037: hue angle of 9.82º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4037 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB1106455-
CMYK00.420.50.57
HSL9.82º33.33%32.35%-
HSV(B)9.82º50%43.14%-
XYZ8.957.264.54-
YUV76.73115.74151.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 48.03%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 55 (21.88% from 255) = 24.02%
R=48.03%
G=27.95%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110645500.420.50.579.8233.3332.35
Hex6E403702A3239a2120
Octal156100670526271124140
Binary1101110100000011011101010101100101110011010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E4037; }

 p { color: rgb(110,64,55); }

 H1.HeaderClassName
 {
   color: #6E4037;
 }
 .AnyTagClassName
 {
   color: #6E4037;
 }
</style>
background-color css

<style>
 a { background-color: #6E4037; }

 a { background-color: rgb(110,64,55); }

 div.DivClassName
 {
   background-color: #6E4037;
 }
 .BgClassName
 {
   background-color: #6E4037;
 }
</style>
border-color css

<style>
 span { border-color: #6E4037; }

 span { border-color: rgb(110,64,55); }

 td.TdClassName
 {
   border-color: #6E4037;
 }
 .TagClassName
 {
   border-color: #6E4037;
 }
</style>