#664760

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

Shades of Salt Box #664760

Tints of Salt Box #664760

Color information

#664760 (or 0x664760) is unknown color: approx Salt Box. HEX triplet: 66, 47 and 60. RGB value is (102,71,96). Sum of RGB (Red+Green+Blue) = 102+71+96=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #664760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664760 is #99B89F. Grayscale: #535353. Windows color (decimal): -10074272 or 6309734. OLE color: 6309734.

HSL color Cylindrical-coordinate representation of color #664760: hue angle of 311.61º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664760 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB1027196-
CMYK00.300.060.6
HSL311.61º17.92%33.92%-
HSV(B)311.61º30.39%40%-
XYZ9.848.1812.13-
YUV83.12135.27141.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=37.92%
G=26.39%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102719600.300.060.6311.6117.9233.92
Hex66476001E63C1381222
Octal1461071400366744702242
Binary11001101000111110000001111011011110010011100010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664760; }

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

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

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

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

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

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

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

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