#643E3A

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

Shades of Metallic Copper #643E3A

Tints of Metallic Copper #643E3A

Color information

#643E3A (or 0x643E3A) is unknown color: approx Metallic Copper. HEX triplet: 64, 3E and 3A. RGB value is (100,62,58). Sum of RGB (Red+Green+Blue) = 100+62+58=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #643E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643E3A is #9BC1C5. Grayscale: #484848. Windows color (decimal): -10207686 or 3817060. OLE color: 3817060.

HSL color Cylindrical-coordinate representation of color #643E3A: hue angle of 5.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #643E3A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB1006258-
CMYK00.380.420.61
HSL5.71º26.58%30.98%-
HSV(B)5.71º42%39.22%-
XYZ7.746.464.84-
YUV72.91119.59147.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=45.45%
G=28.18%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100625800.380.420.615.7126.5830.98
Hex643E3A0262A3D61b1f
Octal1447672046527563337
Binary110010011111011101001001101010101111011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643E3A; }

 p { color: rgb(100,62,58); }

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

<style>
 a { background-color: #643E3A; }

 a { background-color: rgb(100,62,58); }

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

<style>
 span { border-color: #643E3A; }

 span { border-color: rgb(100,62,58); }

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