#644038

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

Shades of Metallic Copper #644038

Tints of Metallic Copper #644038

Color information

#644038 (or 0x644038) is unknown color: approx Metallic Copper. HEX triplet: 64, 40 and 38. RGB value is (100,64,56). Sum of RGB (Red+Green+Blue) = 100+64+56=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #644038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644038 is #9BBFC7. Grayscale: #494949. Windows color (decimal): -10207176 or 3686500. OLE color: 3686500.

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

Color convert

RGB1006456-
CMYK00.360.440.61
HSL10.91º28.21%30.59%-
HSV(B)10.91º44%39.22%-
XYZ7.86.664.62-
YUV73.85117.93146.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 56 (22.27% from 255) = 25.45%
R=45.45%
G=29.09%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100645600.360.440.6110.9128.2130.59
Hex6440380242C3Db1c1f
Octal144100700445475133437
Binary11001001000000111000010010010110011110110111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644038; }

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

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

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

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

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

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

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

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