#644019

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

Shades of Dark Brown #644019

Tints of Dark Brown #644019

Color information

#644019 (or 0x644019) is unknown color: approx Dark Brown. HEX triplet: 64, 40 and 19. RGB value is (100,64,25). Sum of RGB (Red+Green+Blue) = 100+64+25=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #644019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644019 is #9BBFE6. Grayscale: #464646. Windows color (decimal): -10207207 or 1654884. OLE color: 1654884.

HSL color Cylindrical-coordinate representation of color #644019: hue angle of 31.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #644019 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB1006425-
CMYK00.360.750.61
HSL31.2º60%24.51%-
HSV(B)31.2º75%39.22%-
XYZ7.266.451.78-
YUV70.32102.43149.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.91%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=52.91%
G=33.86%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100642500.360.750.6131.26024.51
Hex6440190244B3D1f3c19
Octal1441003104411375377431
Binary1100100100000011001010010010010111111011111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644019; }

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

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

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

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

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

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

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

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