#64413A

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

Shades of Metallic Copper #64413A

Tints of Metallic Copper #64413A

Color information

#64413A (or 0x64413A) is unknown color: approx Metallic Copper. HEX triplet: 64, 41 and 3A. RGB value is (100,65,58). Sum of RGB (Red+Green+Blue) = 100+65+58=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #64413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64413A is #9BBEC5. Grayscale: #4A4A4A. Windows color (decimal): -10206918 or 3817828. OLE color: 3817828.

HSL color Cylindrical-coordinate representation of color #64413A: hue angle of 10º 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 #64413A is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB1006558-
CMYK00.350.420.61
HSL10º26.58%30.98%-
HSV(B)10º42%39.22%-
XYZ7.916.84.9-
YUV74.67118.6146.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 65 (25.78% from 255) = 29.15%
BLUE value IS 58 (23.05% from 255) = 26.01%
R=44.84%
G=29.15%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100655800.350.420.611026.5830.98
Hex64413A0232A3Da1b1f
Octal144101720435275123337
Binary11001001000001111010010001110101011110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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