#644225

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

Shades of Dark Brown #644225

Tints of Dark Brown #644225

Color information

#644225 (or 0x644225) is unknown color: approx Dark Brown. HEX triplet: 64, 42 and 25. RGB value is (100,66,37). Sum of RGB (Red+Green+Blue) = 100+66+37=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #644225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644225 is #9BBDDA. Grayscale: #494949. Windows color (decimal): -10206683 or 2441828. OLE color: 2441828.

HSL color Cylindrical-coordinate representation of color #644225: hue angle of 27.62º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #644225 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB1006637-
CMYK00.340.630.61
HSL27.62º45.99%26.86%-
HSV(B)27.62º63%39.22%-
XYZ7.546.742.65-
YUV72.86107.76147.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.26%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=49.26%
G=32.51%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100663700.340.630.6127.6245.9926.86
Hex6442250223F3D1c2e1b
Octal144102450427775345633
Binary1100100100001010010101000101111111111011110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644225; }

 p { color: rgb(100,66,37); }

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

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

 a { background-color: rgb(100,66,37); }

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

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

 span { border-color: rgb(100,66,37); }

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