#644221

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

Shades of Dark Brown #644221

Tints of Dark Brown #644221

Color information

#644221 (or 0x644221) is unknown color: approx 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

RGB1006633-
CMYK00.340.670.61
HSL29.55º50.38%26.08%-
HSV(B)29.55º67%39.22%-
XYZ7.486.722.34-
YUV72.4105.76147.68-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100663300.340.670.6129.5550.3826.08
Hex644221022433D1e321a
Octal1441024104210375366232
Binary11001001000010100001010001010000111111011111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>