#64411A

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

Shades of Dark Brown #64411A

Tints of Dark Brown #64411A

Color information

#64411A (or 0x64411A) is unknown color: approx Dark Brown. HEX triplet: 64, 41 and 1A. RGB value is (100,65,26). Sum of RGB (Red+Green+Blue) = 100+65+26=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #64411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64411A is #9BBEE5. Grayscale: #474747. Windows color (decimal): -10206950 or 1720676. OLE color: 1720676.

HSL color Cylindrical-coordinate representation of color #64411A: hue angle of 31.62º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64411A is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB1006526-
CMYK00.350.740.61
HSL31.62º58.73%24.71%-
HSV(B)31.62º74%39.22%-
XYZ7.336.561.86-
YUV71.02102.6148.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.36%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=52.36%
G=34.03%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100652600.350.740.6131.6258.7324.71
Hex64411A0234A3D203b19
Octal1441013204311275407331
Binary11001001000001110100100011100101011110110000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64411A; }

 p { color: rgb(100,65,26); }

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

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

 a { background-color: rgb(100,65,26); }

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

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

 span { border-color: rgb(100,65,26); }

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