#666064

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

Shades of Salt Box #666064

Tints of Salt Box #666064

Color information

#666064 (or 0x666064) is unknown color: approx Salt Box. HEX triplet: 66, 60 and 64. RGB value is (102,96,100). Sum of RGB (Red+Green+Blue) = 102+96+100=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 102 - color contains mainly: red. Hex color #666064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666064 is #999F9B. Grayscale: #626262. Windows color (decimal): -10067868 or 6578278. OLE color: 6578278.

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

Color convert

RGB10296100-
CMYK00.060.020.6
HSL320º3.03%38.82%-
HSV(B)320º5.88%40%-
XYZ11.9612.1113.76-
YUV98.25128.99130.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=34.23%
G=32.21%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1029610000.060.020.63203.0338.82
Hex6660640623C140327
Octal14614014406274500347
Binary11001101100000110010001101011110010100000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666064; }

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

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

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

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

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

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

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

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