#643E35

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

Shades of Metallic Copper #643E35

Tints of Metallic Copper #643E35

Color information

#643E35 (or 0x643E35) is unknown color: approx Metallic Copper. HEX triplet: 64, 3E and 35. RGB value is (100,62,53). Sum of RGB (Red+Green+Blue) = 100+62+53=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #643E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643E35 is #9BC1CA. Grayscale: #484848. Windows color (decimal): -10207691 or 3489380. OLE color: 3489380.

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

Color convert

RGB1006253-
CMYK00.380.470.61
HSL11.49º30.72%30%-
HSV(B)11.49º47%39.22%-
XYZ7.626.414.2-
YUV72.34117.09147.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=46.51%
G=28.84%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100625300.380.470.6111.4930.7230
Hex643E350262F3Db1f1e
Octal14476650465775133736
Binary1100100111110110101010011010111111110110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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