#644960

Color #644960 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #644960

Tints of Salt Box #644960

Color information

#644960 (or 0x644960) is unknown color: approx Salt Box. HEX triplet: 64, 49 and 60. RGB value is (100,73,96). Sum of RGB (Red+Green+Blue) = 100+73+96=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #644960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644960 is #9BB69F. Grayscale: #535353. Windows color (decimal): -10204832 or 6310244. OLE color: 6310244.

HSL color Cylindrical-coordinate representation of color #644960: hue angle of 308.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #644960 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB1007396-
CMYK00.270.040.61
HSL308.89º15.61%33.92%-
HSV(B)308.89º27%39.22%-
XYZ9.758.3212.16-
YUV83.7134.95139.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=37.17%
G=27.14%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100739600.270.040.61308.8915.6133.92
Hex64496001B43D1351022
Octal1441111400334754652042
Binary11001001001001110000001101110011110110011010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644960; }

 p { color: rgb(100,73,96); }

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

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

 a { background-color: rgb(100,73,96); }

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

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

 span { border-color: rgb(100,73,96); }

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