#6E4132

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

Shades of Metallic Copper #6E4132

Tints of Metallic Copper #6E4132

Color information

#6E4132 (or 0x6E4132) is unknown color: approx Metallic Copper. HEX triplet: 6E, 41 and 32. RGB value is (110,65,50). Sum of RGB (Red+Green+Blue) = 110+65+50=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4132 is #91BECD. Grayscale: #4C4C4C. Windows color (decimal): -9551566 or 3293550. OLE color: 3293550.

HSL color Cylindrical-coordinate representation of color #6E4132: hue angle of 15º 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 #6E4132 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB1106550-
CMYK00.410.550.57
HSL15º37.5%31.37%-
HSV(B)15º54.55%43.14%-
XYZ8.97.333.96-
YUV76.74112.91151.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.89%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=48.89%
G=28.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110655000.410.550.571537.531.37
Hex6E41320293739f261f
Octal156101620516771174637
Binary110111010000011100100101001110111111001111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,65,50); }

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

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

 a { background-color: rgb(110,65,50); }

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

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

 span { border-color: rgb(110,65,50); }

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