#644021

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

Shades of Dark Brown #644021

Tints of Dark Brown #644021

Color information

#644021 (or 0x644021) is unknown color: approx Dark Brown. HEX triplet: 64, 40 and 21. RGB value is (100,64,33). Sum of RGB (Red+Green+Blue) = 100+64+33=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #644021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644021 is #9BBFDE. Grayscale: #474747. Windows color (decimal): -10207199 or 2179172. OLE color: 2179172.

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

Color convert

RGB1006433-
CMYK00.360.670.61
HSL27.76º50.38%26.08%-
HSV(B)27.76º67%39.22%-
XYZ7.366.492.3-
YUV71.23106.43148.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.76%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=50.76%
G=32.49%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100643300.360.670.6127.7650.3826.08
Hex644021024433D1c321a
Octal1441004104410375346232
Binary11001001000000100001010010010000111111011110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644021; }

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

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

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

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

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

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

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

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