#644820

Color #644820 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #644820

Tints of Dark Brown #644820

Color information

#644820 (or 0x644820) is unknown color: approx Dark Brown. HEX triplet: 64, 48 and 20. RGB value is (100,72,32). Sum of RGB (Red+Green+Blue) = 100+72+32=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #644820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644820 is #9BB7DF. Grayscale: #4B4B4B. Windows color (decimal): -10205152 or 2115684. OLE color: 2115684.

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

Color convert

RGB1007232-
CMYK00.280.680.61
HSL35.29º51.52%25.88%-
HSV(B)35.29º68%39.22%-
XYZ7.837.452.39-
YUV75.81103.28145.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=49.02%
G=35.29%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100723200.280.680.6135.2951.5225.88
Hex64482001C443D23341a
Octal1441104003410475436432
Binary11001001001000100000011100100010011110110001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644820; }

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

 H1.HeaderClassName
 {
   color: #644820;
 }
 .AnyTagClassName
 {
   color: #644820;
 }
</style>
background-color css

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

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

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

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

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

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