#644F44

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

Shades of Saddle #644F44

Tints of Saddle #644F44

Color information

#644F44 (or 0x644F44) is unknown color: approx Saddle. HEX triplet: 64, 4F and 44. RGB value is (100,79,68). Sum of RGB (Red+Green+Blue) = 100+79+68=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #644F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F44 is #9BB0BB. Grayscale: #545454. Windows color (decimal): -10203324 or 4476772. OLE color: 4476772.

HSL color Cylindrical-coordinate representation of color #644F44: hue angle of 20.63º 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 #644F44 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB1007968-
CMYK00.210.320.61
HSL20.63º19.05%32.94%-
HSV(B)20.63º32%39.22%-
XYZ9.098.726.67-
YUV84.02118.96139.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 79 (31.25% from 255) = 31.98%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=40.49%
G=31.98%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100796800.210.320.6120.6319.0532.94
Hex644F44015203D151321
Octal1441171040254075252341
Binary1100100100111110001000101011000001111011010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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