#6E4335

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

Shades of Metallic Copper #6E4335

Tints of Metallic Copper #6E4335

Color information

#6E4335 (or 0x6E4335) is unknown color: approx Metallic Copper. HEX triplet: 6E, 43 and 35. RGB value is (110,67,53). Sum of RGB (Red+Green+Blue) = 110+67+53=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4335 is #91BCCA. Grayscale: #4E4E4E. Windows color (decimal): -9551051 or 3490670. OLE color: 3490670.

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

Color convert

RGB1106753-
CMYK00.390.520.57
HSL14.74º34.97%31.96%-
HSV(B)14.74º51.82%43.14%-
XYZ9.087.594.35-
YUV78.26113.75150.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.83%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=47.83%
G=29.13%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110675300.390.520.5714.7434.9731.96
Hex6E43350273439f2320
Octal156103650476471174340
Binary1101110100001111010101001111101001110011111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,67,53); }

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

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

 a { background-color: rgb(110,67,53); }

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

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

 span { border-color: rgb(110,67,53); }

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