#644011

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

Shades of Dark Brown #644011

Tints of Dark Brown #644011

Color information

#644011 (or 0x644011) is unknown color: approx Dark Brown. HEX triplet: 64, 40 and 11. RGB value is (100,64,17). Sum of RGB (Red+Green+Blue) = 100+64+17=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #644011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644011 is #9BBFEE. Grayscale: #454545. Windows color (decimal): -10207215 or 1130596. OLE color: 1130596.

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

Color convert

RGB1006417-
CMYK00.360.830.61
HSL33.98º70.94%22.94%-
HSV(B)33.98º83%39.22%-
XYZ7.196.421.39-
YUV69.4198.43149.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.25%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=55.25%
G=35.36%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100641700.360.830.6133.9870.9422.94
Hex644011024533D224717
Octal14410021044123754210727
Binary110010010000001000101001001010011111101100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644011; }

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

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

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

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

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

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

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

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