Html Css Color HEX #644340 Congo Brown

📋 copy color: '#644340'

red 100 ◦ green 67 ◦ blue 64

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

Shades of Congo Brown #644340

Tints of Congo Brown #644340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29%

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

R = 43.29%
G = 29%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#644340 (or 0x644340) is known color: Congo Brown. HEX triplet: 64, 43 and 40. RGB value is (100,67,64). Sum of RGB (Red+Green+Blue) = 100+67+64=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #644340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644340 is #9BBCBF. Grayscale: #4C4C4C. Windows color (decimal): -10206400 or 4211556. OLE color: 4211556.

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

Color convert

RGB 100 67 64 -
CMYK 0 0.33 0.36 0.61
HSL 0.22% 0.32% -
HSV(B) 0.36% 0.39% -
XYZ 8.19 7.09 5.79 -
YUV 76.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 100 67 64 0 0.33 0.36 0.61 5 0.22 0.32
Hex 64 43 40 0 21 24 3D 5 16 20
Octal 144 103 100 0 41 44 75 5 26 40
Binary 1100100 1000011 1000000 0 100001 100100 111101 101 10110 100000

Color Harmonies of #644340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644340

Black with #644340

Text Example


Text Example

White with #644340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644340; }

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

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

background-color css

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

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

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

border-color css

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

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

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