#6D3E32

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

Shades of Metallic Copper #6D3E32

Tints of Metallic Copper #6D3E32

Color information

#6D3E32 (or 0x6D3E32) is unknown color: approx Metallic Copper. HEX triplet: 6D, 3E and 32. RGB value is (109,62,50). Sum of RGB (Red+Green+Blue) = 109+62+50=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E32 is #92C1CD. Grayscale: #4A4A4A. Windows color (decimal): -9617870 or 3292781. OLE color: 3292781.

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

Color convert

RGB1096250-
CMYK00.430.540.57
HSL12.2º37.11%31.18%-
HSV(B)12.2º54.13%42.75%-
XYZ8.616.933.9-
YUV74.68114.07152.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.32%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=49.32%
G=28.05%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109625000.430.540.5712.237.1131.18
Hex6D3E3202B3639c251f
Octal15576620536671144537
Binary11011011111101100100101011110110111001110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,62,50); }

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

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

 a { background-color: rgb(109,62,50); }

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

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

 span { border-color: rgb(109,62,50); }

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