#644037

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

Shades of Metallic Copper #644037

Tints of Metallic Copper #644037

Color information

#644037 (or 0x644037) is unknown color: approx Metallic Copper. HEX triplet: 64, 40 and 37. RGB value is (100,64,55). Sum of RGB (Red+Green+Blue) = 100+64+55=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #644037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644037 is #9BBFC8. Grayscale: #494949. Windows color (decimal): -10207177 or 3620964. OLE color: 3620964.

HSL color Cylindrical-coordinate representation of color #644037: hue angle of 12º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #644037 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB1006455-
CMYK00.360.450.61
HSL12º29.03%30.39%-
HSV(B)12º45%39.22%-
XYZ7.786.654.49-
YUV73.74117.43146.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.66%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=45.66%
G=29.22%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100645500.360.450.611229.0330.39
Hex6440370242D3Dc1d1e
Octal144100670445575143536
Binary11001001000000110111010010010110111110111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644037; }

 p { color: rgb(100,64,55); }

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

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

 a { background-color: rgb(100,64,55); }

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

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

 span { border-color: rgb(100,64,55); }

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