#685A66

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

Shades of Salt Box #685A66

Tints of Salt Box #685A66

Color information

#685A66 (or 0x685A66) is unknown color: approx Salt Box. HEX triplet: 68, 5A and 66. RGB value is (104,90,102). Sum of RGB (Red+Green+Blue) = 104+90+102=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #685A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A66 is #97A599. Grayscale: #5F5F5F. Windows color (decimal): -9938330 or 6707816. OLE color: 6707816.

HSL color Cylindrical-coordinate representation of color #685A66: hue angle of 308.57º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #685A66 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10490102-
CMYK00.130.020.59
HSL308.57º7.22%38.04%-
HSV(B)308.57º13.46%40.78%-
XYZ11.7611.2114.12-
YUV95.55131.64134.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=35.14%
G=30.41%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049010200.130.020.59308.577.2238.04
Hex685A660D23B135726
Octal150132146015273465746
Binary1101000101101011001100110110111011100110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A66; }

 p { color: rgb(104,90,102); }

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

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

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

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

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

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

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