Html Css Color HEX #644221 Dark Brown

📋 copy color: '#644221'

red 100 ◦ green 66 ◦ blue 33

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

Shades of Dark Brown #644221

Tints of Dark Brown #644221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 50.25%
G = 33.17%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#644221 (or 0x644221) is known color: Dark Brown. HEX triplet: 64, 42 and 21. RGB value is (100,66,33). Sum of RGB (Red+Green+Blue) = 100+66+33=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #644221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644221 is #9BBDDE. Grayscale: #484848. Windows color (decimal): -10206687 or 2179684. OLE color: 2179684.

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

Color convert

RGB 100 66 33 -
CMYK 0 0.34 0.67 0.61
HSL 29.55º 0.5% 0.26% -
HSV(B) 29.55º 0.67% 0.39% -
XYZ 7.48 6.72 2.34 -
YUV 72.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 100 66 33 0 0.34 0.67 0.61 29.55 0.5 0.26
Hex 64 42 21 0 22 43 3D 1E 32 1A
Octal 144 102 41 0 42 103 75 36 62 32
Binary 1100100 1000010 100001 0 100010 1000011 111101 11110 110010 11010

Color Harmonies of #644221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644221

Black with #644221

Text Example


Text Example

White with #644221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644221; }

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

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

background-color css

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

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

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

border-color css

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

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

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