Html Css Color HEX #644021 Dark Brown

📋 copy color: '#644021'

red 100 ◦ green 64 ◦ blue 33

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

Shades of Dark Brown #644021

Tints of Dark Brown #644021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

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

R = 50.76%
G = 32.49%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#644021 (or 0x644021) is known color: Dark Brown. HEX triplet: 64, 40 and 21. RGB value is (100,64,33). Sum of RGB (Red+Green+Blue) = 100+64+33=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #644021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644021 is #9BBFDE. Grayscale: #474747. Windows color (decimal): -10207199 or 2179172. OLE color: 2179172.

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

Color convert

RGB 100 64 33 -
CMYK 0 0.36 0.67 0.61
HSL 27.76º 0.5% 0.26% -
HSV(B) 27.76º 0.67% 0.39% -
XYZ 7.36 6.49 2.3 -
YUV 71.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 100 64 33 0 0.36 0.67 0.61 27.76 0.5 0.26
Hex 64 40 21 0 24 43 3D 1C 32 1A
Octal 144 100 41 0 44 103 75 34 62 32
Binary 1100100 1000000 100001 0 100100 1000011 111101 11100 110010 11010

Color Harmonies of #644021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644021

Black with #644021

Text Example


Text Example

White with #644021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644021; }

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

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

background-color css

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

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

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

border-color css

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

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

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