#644621

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

Shades of Dark Brown #644621

Tints of Dark Brown #644621

Color information

#644621 (or 0x644621) is unknown color: approx Dark Brown. HEX triplet: 64, 46 and 21. RGB value is (100,70,33). Sum of RGB (Red+Green+Blue) = 100+70+33=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #644621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644621 is #9BB9DE. Grayscale: #4A4A4A. Windows color (decimal): -10205663 or 2180708. OLE color: 2180708.

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

Color convert

RGB1007033-
CMYK00.300.670.61
HSL33.13º50.38%26.08%-
HSV(B)33.13º67%39.22%-
XYZ7.727.22.42-
YUV74.75104.44146.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=49.26%
G=34.48%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100703300.300.670.6133.1350.3826.08
Hex64462101E433D21321a
Octal1441064103610375416232
Binary11001001000110100001011110100001111110110000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644621; }

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

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

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

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

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

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

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

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