Html Css Color HEX #644420 Dark Brown

📋 copy color: '#644420'

red 100 ◦ green 68 ◦ blue 32

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

Shades of Dark Brown #644420

Tints of Dark Brown #644420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16%

R = 50%
G = 34%
B = 16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#644420 (or 0x644420) is known color: Dark Brown. HEX triplet: 64, 44 and 20. RGB value is (100,68,32). Sum of RGB (Red+Green+Blue) = 100+68+32=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #644420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644420 is #9BBBDF. Grayscale: #494949. Windows color (decimal): -10206176 or 2114660. OLE color: 2114660.

HSL color Cylindrical-coordinate representation of color #644420: hue angle of 31.76º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #644420 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 68 32 -
CMYK 0 0.32 0.68 0.61
HSL 31.76º 0.52% 0.26% -
HSV(B) 31.76º 0.68% 0.39% -
XYZ 7.58 6.95 2.31 -
YUV 73.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 100 68 32 0 0.32 0.68 0.61 31.76 0.52 0.26
Hex 64 44 20 0 20 44 3D 20 34 1A
Octal 144 104 40 0 40 104 75 40 64 32
Binary 1100100 1000100 100000 0 100000 1000100 111101 100000 110100 11010

Color Harmonies of #644420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644420

Black with #644420

Text Example


Text Example

White with #644420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644420; }

 p { color: rgb(100,68,32); }

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

background-color css

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

 a { background-color: rgb(100,68,32); }

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

border-color css

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

 span { border-color: rgb(100,68,32); }

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