#6E3F35

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

Shades of Metallic Copper #6E3F35

Tints of Metallic Copper #6E3F35

Color information

#6E3F35 (or 0x6E3F35) is unknown color: approx Metallic Copper. HEX triplet: 6E, 3F and 35. RGB value is (110,63,53). Sum of RGB (Red+Green+Blue) = 110+63+53=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3F35 is #91C0CA. Grayscale: #4B4B4B. Windows color (decimal): -9552075 or 3489646. OLE color: 3489646.

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

Color convert

RGB1106353-
CMYK00.430.520.57
HSL10.53º34.97%31.96%-
HSV(B)10.53º51.82%43.14%-
XYZ8.857.134.28-
YUV75.91115.07152.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.67%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=48.67%
G=27.88%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110635300.430.520.5710.5334.9731.96
Hex6E3F3502B3439b2320
Octal15677650536471134340
Binary110111011111111010101010111101001110011011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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