#645460

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

Shades of Salt Box #645460

Tints of Salt Box #645460

Color information

#645460 (or 0x645460) is unknown color: approx Salt Box. HEX triplet: 64, 54 and 60. RGB value is (100,84,96). Sum of RGB (Red+Green+Blue) = 100+84+96=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #645460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645460 is #9BAB9F. Grayscale: #5A5A5A. Windows color (decimal): -10202016 or 6313060. OLE color: 6313060.

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

Color convert

RGB1008496-
CMYK00.160.040.61
HSL315º8.7%36.08%-
HSV(B)315º16%39.22%-
XYZ10.549.8912.42-
YUV90.15131.3135.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=35.71%
G=30%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100849600.160.040.613158.736.08
Hex64546001043D13b924
Octal1441241400204754731144
Binary1100100101010011000000100001001111011001110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645460; }

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

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

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

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

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

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

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

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