#644121

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

Shades of Dark Brown #644121

Tints of Dark Brown #644121

Color information

#644121 (or 0x644121) is unknown color: approx Dark Brown. HEX triplet: 64, 41 and 21. RGB value is (100,65,33). Sum of RGB (Red+Green+Blue) = 100+65+33=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #644121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644121 is #9BBEDE. Grayscale: #474747. Windows color (decimal): -10206943 or 2179428. OLE color: 2179428.

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

Color convert

RGB1006533-
CMYK00.350.670.61
HSL28.66º50.38%26.08%-
HSV(B)28.66º67%39.22%-
XYZ7.426.62.32-
YUV71.82106.1148.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.51%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=50.51%
G=32.83%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100653300.350.670.6128.6650.3826.08
Hex644121023433D1d321a
Octal1441014104310375356232
Binary11001001000001100001010001110000111111011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644121; }

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

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

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

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

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

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

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

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