#644440

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

Shades of Congo Brown #644440

Tints of Congo Brown #644440

Color information

#644440 (or 0x644440) is unknown color: approx Congo Brown. HEX triplet: 64, 44 and 40. RGB value is (100,68,64). Sum of RGB (Red+Green+Blue) = 100+68+64=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #644440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644440 is #9BBBBF. Grayscale: #4D4D4D. Windows color (decimal): -10206144 or 4211812. OLE color: 4211812.

HSL color Cylindrical-coordinate representation of color #644440: hue angle of 6.67º 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 #644440 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB1006864-
CMYK00.320.360.61
HSL6.67º21.95%32.16%-
HSV(B)6.67º36%39.22%-
XYZ8.257.215.81-
YUV77.11120.6144.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=43.10%
G=29.31%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100686400.320.360.616.6721.9532.16
Hex644440020243D71620
Octal144104100040447572640
Binary110010010001001000000010000010010011110111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644440; }

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

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

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

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

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

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

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

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