#64441C

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

Shades of Dark Brown #64441C

Tints of Dark Brown #64441C

Color information

#64441C (or 0x64441C) is unknown color: approx Dark Brown. HEX triplet: 64, 44 and 1C. RGB value is (100,68,28). Sum of RGB (Red+Green+Blue) = 100+68+28=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64441C is #9BBBE3. Grayscale: #494949. Windows color (decimal): -10206180 or 1852516. OLE color: 1852516.

HSL color Cylindrical-coordinate representation of color #64441C: hue angle of 33.33º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64441C is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB1006828-
CMYK00.320.720.61
HSL33.33º56.25%25.1%-
HSV(B)33.33º72%39.22%-
XYZ7.536.932.04-
YUV73.01102.6147.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=51.02%
G=34.69%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100682800.320.720.6133.3356.2525.1
Hex64441C020483D213819
Octal1441043404011075417031
Binary11001001000100111000100000100100011110110000111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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