Html Css Color HEX #644840 Congo Brown

📋 copy color: '#644840'

red 100 ◦ green 72 ◦ blue 64

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

Shades of Congo Brown #644840

Tints of Congo Brown #644840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

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

R = 42.37%
G = 30.51%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#644840 (or 0x644840) is known color: Congo Brown. HEX triplet: 64, 48 and 40. RGB value is (100,72,64). Sum of RGB (Red+Green+Blue) = 100+72+64=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #644840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644840 is #9BB7BF. Grayscale: #4F4F4F. Windows color (decimal): -10205120 or 4212836. OLE color: 4212836.

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

Color convert

RGB 100 72 64 -
CMYK 0 0.28 0.36 0.61
HSL 13.33º 0.22% 0.32% -
HSV(B) 13.33º 0.36% 0.39% -
XYZ 8.5 7.71 5.89 -
YUV 79.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 100 72 64 0 0.28 0.36 0.61 13.33 0.22 0.32
Hex 64 48 40 0 1C 24 3D D 16 20
Octal 144 110 100 0 34 44 75 15 26 40
Binary 1100100 1001000 1000000 0 11100 100100 111101 1101 10110 100000

Color Harmonies of #644840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644840

Black with #644840

Text Example


Text Example

White with #644840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644840; }

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

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

background-color css

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

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

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

border-color css

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

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

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