#644640

Color #644640 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #644640

Tints of Congo Brown #644640

Color information

#644640 (or 0x644640) is unknown color: approx Congo Brown. HEX triplet: 64, 46 and 40. RGB value is (100,70,64). Sum of RGB (Red+Green+Blue) = 100+70+64=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #644640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644640 is #9BB9BF. Grayscale: #4E4E4E. Windows color (decimal): -10205632 or 4212324. OLE color: 4212324.

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

Color convert

RGB1007064-
CMYK00.300.360.61
HSL10º21.95%32.16%-
HSV(B)10º36%39.22%-
XYZ8.377.465.85-
YUV78.29119.94143.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.74%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=42.74%
G=29.91%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100706400.300.360.611021.9532.16
Hex64464001E243Da1620
Octal1441061000364475122640
Binary110010010001101000000011110100100111101101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644640; }

 p { color: rgb(100,70,64); }

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

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

 a { background-color: rgb(100,70,64); }

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

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

 span { border-color: rgb(100,70,64); }

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