#644D44

Color #644D44 Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #644D44

Tints of Saddle #644D44

Color information

#644D44 (or 0x644D44) is unknown color: approx Saddle. HEX triplet: 64, 4D and 44. RGB value is (100,77,68). Sum of RGB (Red+Green+Blue) = 100+77+68=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #644D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D44 is #9BB2BB. Grayscale: #525252. Windows color (decimal): -10203836 or 4476260. OLE color: 4476260.

HSL color Cylindrical-coordinate representation of color #644D44: hue angle of 16.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644D44 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB1007768-
CMYK00.230.320.61
HSL16.88º19.05%32.94%-
HSV(B)16.88º32%39.22%-
XYZ8.958.436.62-
YUV82.85119.62140.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=40.82%
G=31.43%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100776800.230.320.6116.8819.0532.94
Hex644D44017203D111321
Octal1441151040274075212341
Binary1100100100110110001000101111000001111011000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644D44; }

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

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

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

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

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

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

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

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