Html Css Color HEX #644440 Congo Brown

📋 copy color: '#644440'

red 100 ◦ green 68 ◦ blue 64

#644440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Congo Brown #644440

Tints of Congo Brown #644440

RGB

 RED value IS 100 (39.45% from 255) = 43.1%

 GREEN value IS 68 (26.95% from 255) = 29.31%

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 43.1%
G = 29.31%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#644440 (or 0x644440) is known color: 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

RGB 100 68 64 -
CMYK 0 0.32 0.36 0.61
HSL 6.67º 0.22% 0.32% -
HSV(B) 6.67º 0.36% 0.39% -
XYZ 8.25 7.21 5.81 -
YUV 77.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 100 68 64 0 0.32 0.36 0.61 6.67 0.22 0.32
Hex 64 44 40 0 20 24 3D 7 16 20
Octal 144 104 100 0 40 44 75 7 26 40
Binary 1100100 1000100 1000000 0 100000 100100 111101 111 10110 100000

Color Harmonies of #644440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644440

Black with #644440

Text Example


Text Example

White with #644440

Text Example


Text Example

HTML Codes & Css Web 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>