#644414

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

Shades of Dark Brown #644414

Tints of Dark Brown #644414

Color information

#644414 (or 0x644414) is unknown color: approx Dark Brown. HEX triplet: 64, 44 and 14. RGB value is (100,68,20). Sum of RGB (Red+Green+Blue) = 100+68+20=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #644414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644414 is #9BBBEB. Grayscale: #484848. Windows color (decimal): -10206188 or 1328228. OLE color: 1328228.

HSL color Cylindrical-coordinate representation of color #644414: hue angle of 36º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #644414 is Cyan = 0, Magento = 0.32, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB1006820-
CMYK00.320.80.61
HSL36º66.67%23.53%-
HSV(B)36º80%39.22%-
XYZ7.456.891.6-
YUV72.198.6147.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.19%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 20 (8.20% from 255) = 10.64%
R=53.19%
G=36.17%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.8
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100682000.320.80.613666.6723.53
Hex644414020503D244318
Octal14410424040120754410330
Binary110010010001001010001000001010000111101100100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644414; }

 p { color: rgb(100,68,20); }

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

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

 a { background-color: rgb(100,68,20); }

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

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

 span { border-color: rgb(100,68,20); }

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