#666466

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

Shades of Salt Box #666466

Tints of Salt Box #666466

Color information

#666466 (or 0x666466) is unknown color: approx Salt Box. HEX triplet: 66, 64 and 66. RGB value is (102,100,102). Sum of RGB (Red+Green+Blue) = 102+100+102=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #666466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666466 is #999B99. Grayscale: #646464. Windows color (decimal): -10066842 or 6710374. OLE color: 6710374.

HSL color Cylindrical-coordinate representation of color #666466: hue angle of 300º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #666466 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB102100102-
CMYK00.0200.6
HSL300º0.99%39.61%-
HSV(B)300º1.96%40%-
XYZ12.4312.914.4-
YUV100.83128.66128.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=33.55%
G=32.89%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210010200.0200.63000.9939.61
Hex6664660203C12c128
Octal14614414602074454150
Binary11001101100100110011001001111001001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666466; }

 p { color: rgb(102,100,102); }

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

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

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

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

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

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

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