Html Css Color HEX #644320 Dark Brown

📋 copy color: '#644320'

red 100 ◦ green 67 ◦ blue 32

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

Shades of Dark Brown #644320

Tints of Dark Brown #644320

RGB

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

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

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

R = 50.25%
G = 33.67%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#644320 (or 0x644320) is known color: Dark Brown. HEX triplet: 64, 43 and 20. RGB value is (100,67,32). Sum of RGB (Red+Green+Blue) = 100+67+32=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #644320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644320 is #9BBCDF. Grayscale: #494949. Windows color (decimal): -10206432 or 2114404. OLE color: 2114404.

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

Color convert

RGB 100 67 32 -
CMYK 0 0.33 0.68 0.61
HSL 30.88º 0.52% 0.26% -
HSV(B) 30.88º 0.68% 0.39% -
XYZ 7.52 6.83 2.29 -
YUV 72.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 100 67 32 0 0.33 0.68 0.61 30.88 0.52 0.26
Hex 64 43 20 0 21 44 3D 1F 34 1A
Octal 144 103 40 0 41 104 75 37 64 32
Binary 1100100 1000011 100000 0 100001 1000100 111101 11111 110100 11010

Color Harmonies of #644320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644320

Black with #644320

Text Example


Text Example

White with #644320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644320; }

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

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

background-color css

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

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

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

border-color css

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

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

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