#64401D

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

Shades of Dark Brown #64401D

Tints of Dark Brown #64401D

Color information

#64401D (or 0x64401D) is unknown color: approx Dark Brown. HEX triplet: 64, 40 and 1D. RGB value is (100,64,29). Sum of RGB (Red+Green+Blue) = 100+64+29=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #64401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64401D is #9BBFE2. Grayscale: #464646. Windows color (decimal): -10207203 or 1917028. OLE color: 1917028.

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

Color convert

RGB1006429-
CMYK00.360.710.61
HSL29.58º55.04%25.29%-
HSV(B)29.58º71%39.22%-
XYZ7.316.462.02-
YUV70.77104.43148.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.81%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=51.81%
G=33.16%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100642900.360.710.6129.5855.0425.29
Hex64401D024473D1e3719
Octal1441003504410775366731
Binary1100100100000011101010010010001111111011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64401D; }

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

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

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

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

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

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

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

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