#6E3F34

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

Shades of Metallic Copper #6E3F34

Tints of Metallic Copper #6E3F34

Color information

#6E3F34 (or 0x6E3F34) is unknown color: approx Metallic Copper. HEX triplet: 6E, 3F and 34. RGB value is (110,63,52). Sum of RGB (Red+Green+Blue) = 110+63+52=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3F34 is #91C0CB. Grayscale: #4B4B4B. Windows color (decimal): -9552076 or 3424110. OLE color: 3424110.

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

Color convert

RGB1106352-
CMYK00.430.530.57
HSL11.38º35.8%31.76%-
HSV(B)11.38º52.73%43.14%-
XYZ8.837.124.16-
YUV75.8114.57152.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.89%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=48.89%
G=28%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110635200.430.530.5711.3835.831.76
Hex6E3F3402B3539b2420
Octal15677640536571134440
Binary110111011111111010001010111101011110011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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