#6E4238

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

Shades of Metallic Copper #6E4238

Tints of Metallic Copper #6E4238

Color information

#6E4238 (or 0x6E4238) is unknown color: approx Metallic Copper. HEX triplet: 6E, 42 and 38. RGB value is (110,66,56). Sum of RGB (Red+Green+Blue) = 110+66+56=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4238 is #91BDC7. Grayscale: #4E4E4E. Windows color (decimal): -9551304 or 3687022. OLE color: 3687022.

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

Color convert

RGB1106656-
CMYK00.40.490.57
HSL11.11º32.53%32.55%-
HSV(B)11.11º49.09%43.14%-
XYZ9.097.54.71-
YUV78.02115.58150.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.41%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=47.41%
G=28.45%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110665600.40.490.5711.1132.5332.55
Hex6E42380283139b2121
Octal156102700506171134141
Binary1101110100001011100001010001100011110011011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,56); }

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

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

 a { background-color: rgb(110,66,56); }

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

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

 span { border-color: rgb(110,66,56); }

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