#664A60

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

Shades of Salt Box #664A60

Tints of Salt Box #664A60

Color information

#664A60 (or 0x664A60) is unknown color: approx Salt Box. HEX triplet: 66, 4A and 60. RGB value is (102,74,96). Sum of RGB (Red+Green+Blue) = 102+74+96=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #664A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A60 is #99B59F. Grayscale: #545454. Windows color (decimal): -10073504 or 6310502. OLE color: 6310502.

HSL color Cylindrical-coordinate representation of color #664A60: hue angle of 312.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #664A60 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB1027496-
CMYK00.270.060.6
HSL312.86º15.91%34.51%-
HSV(B)312.86º27.45%40%-
XYZ10.048.5712.19-
YUV84.88134.28140.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=37.5%
G=27.21%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102749600.270.060.6312.8615.9134.51
Hex664A6001B63C1391023
Octal1461121400336744712043
Binary11001101001010110000001101111011110010011100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664A60; }

 p { color: rgb(102,74,96); }

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

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

 a { background-color: rgb(102,74,96); }

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

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

 span { border-color: rgb(102,74,96); }

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