#64441D

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

Shades of Dark Brown #64441D

Tints of Dark Brown #64441D

Color information

#64441D (or 0x64441D) is unknown color: approx Dark Brown. HEX triplet: 64, 44 and 1D. RGB value is (100,68,29). Sum of RGB (Red+Green+Blue) = 100+68+29=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64441D is #9BBBE2. Grayscale: #494949. Windows color (decimal): -10206179 or 1918052. OLE color: 1918052.

HSL color Cylindrical-coordinate representation of color #64441D: hue angle of 32.96º 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 #64441D is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB1006829-
CMYK00.320.710.61
HSL32.96º55.04%25.29%-
HSV(B)32.96º71%39.22%-
XYZ7.546.932.1-
YUV73.12103.1147.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.76%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 29 (11.72% from 255) = 14.72%
R=50.76%
G=34.52%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100682900.320.710.6132.9655.0425.29
Hex64441D020473D213719
Octal1441043504010775416731
Binary11001001000100111010100000100011111110110000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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