#644725

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

Shades of Dark Brown #644725

Tints of Dark Brown #644725

Color information

#644725 (or 0x644725) is unknown color: approx Dark Brown. HEX triplet: 64, 47 and 25. RGB value is (100,71,37). Sum of RGB (Red+Green+Blue) = 100+71+37=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #644725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644725 is #9BB8DA. Grayscale: #4B4B4B. Windows color (decimal): -10205403 or 2443108. OLE color: 2443108.

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

Color convert

RGB1007137-
CMYK00.290.630.61
HSL32.38º45.99%26.86%-
HSV(B)32.38º63%39.22%-
XYZ7.847.352.76-
YUV75.8106.11145.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=48.08%
G=34.13%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100713700.290.630.6132.3845.9926.86
Hex64472501D3F3D202e1b
Octal144107450357775405633
Binary1100100100011110010101110111111111110110000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644725; }

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

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

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

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

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

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

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

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