#643D34

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

Shades of Metallic Copper #643D34

Tints of Metallic Copper #643D34

Color information

#643D34 (or 0x643D34) is unknown color: approx Metallic Copper. HEX triplet: 64, 3D and 34. RGB value is (100,61,52). Sum of RGB (Red+Green+Blue) = 100+61+52=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #643D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D34 is #9BC2CB. Grayscale: #474747. Windows color (decimal): -10207948 or 3423588. OLE color: 3423588.

HSL color Cylindrical-coordinate representation of color #643D34: hue angle of 11.25º 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 #643D34 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB1006152-
CMYK00.390.480.61
HSL11.25º31.58%29.8%-
HSV(B)11.25º48%39.22%-
XYZ7.546.294.07-
YUV71.63116.92148.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 52 (20.70% from 255) = 24.41%
R=46.95%
G=28.64%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100615200.390.480.6111.2531.5829.8
Hex643D34027303Db201e
Octal14475640476075134036
Binary11001001111011101000100111110000111101101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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