Html Css Color HEX #644740 Congo Brown

📋 copy color: '#644740'

red 100 ◦ green 71 ◦ blue 64

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

Shades of Congo Brown #644740

Tints of Congo Brown #644740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.21%

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

R = 42.55%
G = 30.21%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#644740 (or 0x644740) is known color: Congo Brown. HEX triplet: 64, 47 and 40. RGB value is (100,71,64). Sum of RGB (Red+Green+Blue) = 100+71+64=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #644740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644740 is #9BB8BF. Grayscale: #4E4E4E. Windows color (decimal): -10205376 or 4212580. OLE color: 4212580.

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

Color convert

RGB 100 71 64 -
CMYK 0 0.29 0.36 0.61
HSL 11.67º 0.22% 0.32% -
HSV(B) 11.67º 0.36% 0.39% -
XYZ 8.43 7.59 5.87 -
YUV 78.87 119.61 143.07 -
System Red Green Blue C M Y K H S L
Decimal 100 71 64 0 0.29 0.36 0.61 11.67 0.22 0.32
Hex 64 47 40 0 1D 24 3D C 16 20
Octal 144 107 100 0 35 44 75 14 26 40
Binary 1100100 1000111 1000000 0 11101 100100 111101 1100 10110 100000

Color Harmonies of #644740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644740

Black with #644740

Text Example


Text Example

White with #644740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644740; }

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

 H1.HeaderClassName
 {
   color: #644740;
 }
 .AnyTagClassName
 {
   color: #644740;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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