Html Css Color HEX #644240 Congo Brown

📋 copy color: '#644240'

red 100 ◦ green 66 ◦ blue 64

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

Shades of Congo Brown #644240

Tints of Congo Brown #644240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

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

R = 43.48%
G = 28.7%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#644240 (or 0x644240) is known color: Congo Brown. HEX triplet: 64, 42 and 40. RGB value is (100,66,64). Sum of RGB (Red+Green+Blue) = 100+66+64=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #644240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644240 is #9BBDBF. Grayscale: #4B4B4B. Windows color (decimal): -10206656 or 4211300. OLE color: 4211300.

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

Color convert

RGB 100 66 64 -
CMYK 0 0.34 0.36 0.61
HSL 3.33º 0.22% 0.32% -
HSV(B) 3.33º 0.36% 0.39% -
XYZ 8.13 6.98 5.77 -
YUV 75.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 100 66 64 0 0.34 0.36 0.61 3.33 0.22 0.32
Hex 64 42 40 0 22 24 3D 3 16 20
Octal 144 102 100 0 42 44 75 3 26 40
Binary 1100100 1000010 1000000 0 100010 100100 111101 11 10110 100000

Color Harmonies of #644240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644240

Black with #644240

Text Example


Text Example

White with #644240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644240; }

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

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

background-color css

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

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

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

border-color css

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

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

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