#64413C

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

Shades of Metallic Copper #64413C

Tints of Metallic Copper #64413C

Color information

#64413C (or 0x64413C) is unknown color: approx Metallic Copper. HEX triplet: 64, 41 and 3C. RGB value is (100,65,60). Sum of RGB (Red+Green+Blue) = 100+65+60=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #64413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64413C is #9BBEC3. Grayscale: #4A4A4A. Windows color (decimal): -10206916 or 3948900. OLE color: 3948900.

HSL color Cylindrical-coordinate representation of color #64413C: hue angle of 7.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64413C is Cyan = 0, Magento = 0.35, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB1006560-
CMYK00.350.40.61
HSL7.5º25%31.37%-
HSV(B)7.5º40%39.22%-
XYZ7.966.825.17-
YUV74.9119.6145.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=44.44%
G=28.89%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100656000.350.40.617.52531.37
Hex64413C023283D8191f
Octal144101740435075103137
Binary11001001000001111100010001110100011110110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64413C; }

 p { color: rgb(100,65,60); }

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

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

 a { background-color: rgb(100,65,60); }

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

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

 span { border-color: rgb(100,65,60); }

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