#6B3E32

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

Shades of Metallic Copper #6B3E32

Tints of Metallic Copper #6B3E32

Color information

#6B3E32 (or 0x6B3E32) is unknown color: approx Metallic Copper. HEX triplet: 6B, 3E and 32. RGB value is (107,62,50). Sum of RGB (Red+Green+Blue) = 107+62+50=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3E32 is #94C1CD. Grayscale: #4A4A4A. Windows color (decimal): -9748942 or 3292779. OLE color: 3292779.

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

Color convert

RGB1076250-
CMYK00.420.530.58
HSL12.63º36.31%30.78%-
HSV(B)12.63º53.27%41.96%-
XYZ8.366.83.89-
YUV74.09114.41151.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.86%
GREEN value IS 62 (24.61% from 255) = 28.31%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=48.86%
G=28.31%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107625000.420.530.5812.6336.3130.78
Hex6B3E3202A353Ad241f
Octal15376620526572154437
Binary11010111111101100100101010110101111010110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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