#645960

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

Shades of Salt Box #645960

Tints of Salt Box #645960

Color information

#645960 (or 0x645960) is unknown color: approx Salt Box. HEX triplet: 64, 59 and 60. RGB value is (100,89,96). Sum of RGB (Red+Green+Blue) = 100+89+96=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 100 - color contains mainly: red. Hex color #645960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645960 is #9BA69F. Grayscale: #5D5D5D. Windows color (decimal): -10200736 or 6314340. OLE color: 6314340.

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

Color convert

RGB1008996-
CMYK00.110.040.61
HSL321.82º5.82%37.06%-
HSV(B)321.82º11%39.22%-
XYZ10.9410.712.55-
YUV93.09129.64132.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=35.09%
G=31.23%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100899600.110.040.61321.825.8237.06
Hex6459600B43D142625
Octal144131140013475502645
Binary11001001011001110000001011100111101101000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645960; }

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

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

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

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

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

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

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

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