#643C34

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

Shades of Metallic Copper #643C34

Tints of Metallic Copper #643C34

Color information

#643C34 (or 0x643C34) is unknown color: approx Metallic Copper. HEX triplet: 64, 3C and 34. RGB value is (100,60,52). Sum of RGB (Red+Green+Blue) = 100+60+52=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #643C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C34 is #9BC3CB. Grayscale: #474747. Windows color (decimal): -10208204 or 3423332. OLE color: 3423332.

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

Color convert

RGB1006052-
CMYK00.40.480.61
HSL10º31.58%29.8%-
HSV(B)10º48%39.22%-
XYZ7.496.194.05-
YUV71.05117.25148.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=47.17%
G=28.30%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100605200.40.480.611031.5829.8
Hex643C34028303Da201e
Octal14474640506075124036
Binary11001001111001101000101000110000111101101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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