#644125

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

Shades of Dark Brown #644125

Tints of Dark Brown #644125

Color information

#644125 (or 0x644125) is unknown color: approx Dark Brown. HEX triplet: 64, 41 and 25. RGB value is (100,65,37). Sum of RGB (Red+Green+Blue) = 100+65+37=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #644125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644125 is #9BBEDA. Grayscale: #484848. Windows color (decimal): -10206939 or 2441572. OLE color: 2441572.

HSL color Cylindrical-coordinate representation of color #644125: hue angle of 26.67º 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 #644125 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB1006537-
CMYK00.350.630.61
HSL26.67º45.99%26.86%-
HSV(B)26.67º63%39.22%-
XYZ7.486.622.63-
YUV72.27108.1147.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.50%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=49.50%
G=32.18%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100653700.350.630.6126.6745.9926.86
Hex6441250233F3D1b2e1b
Octal144101450437775335633
Binary1100100100000110010101000111111111111011101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644125; }

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

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

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

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

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

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

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

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