#644C41

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

Shades of Saddle #644C41

Tints of Saddle #644C41

Color information

#644C41 (or 0x644C41) is unknown color: approx Saddle. HEX triplet: 64, 4C and 41. RGB value is (100,76,65). Sum of RGB (Red+Green+Blue) = 100+76+65=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #644C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C41 is #9BB3BE. Grayscale: #515151. Windows color (decimal): -10204095 or 4279396. OLE color: 4279396.

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

Color convert

RGB1007665-
CMYK00.240.350.61
HSL18.86º21.21%32.35%-
HSV(B)18.86º35%39.22%-
XYZ8.798.266.13-
YUV81.92118.45140.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=41.49%
G=31.54%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100766500.240.350.6118.8621.2132.35
Hex644C41018233D131520
Octal1441141010304375232540
Binary1100100100110010000010110001000111111011001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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