#6C3E39

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

Shades of Metallic Copper #6C3E39

Tints of Metallic Copper #6C3E39

Color information

#6C3E39 (or 0x6C3E39) is unknown color: approx Metallic Copper. HEX triplet: 6C, 3E and 39. RGB value is (108,62,57). Sum of RGB (Red+Green+Blue) = 108+62+57=227 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.58% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3E39 is #93C1C6. Grayscale: #4B4B4B. Windows color (decimal): -9683399 or 3751532. OLE color: 3751532.

HSL color Cylindrical-coordinate representation of color #6C3E39: hue angle of 5.88º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C3E39 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB1086257-
CMYK00.430.470.58
HSL5.88º30.91%32.35%-
HSV(B)5.88º47.22%42.35%-
XYZ8.656.934.75-
YUV75.18117.74151.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.58%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 57 (22.66% from 255) = 25.11%
R=47.58%
G=27.31%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108625700.430.470.585.8830.9132.35
Hex6C3E3902B2F3A61f20
Octal1547671053577263740
Binary1101100111110111001010101110111111101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,62,57); }

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

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

 a { background-color: rgb(108,62,57); }

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

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

 span { border-color: rgb(108,62,57); }

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