#685F66

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

Shades of Salt Box #685F66

Tints of Salt Box #685F66

Color information

#685F66 (or 0x685F66) is unknown color: approx Salt Box. HEX triplet: 68, 5F and 66. RGB value is (104,95,102). Sum of RGB (Red+Green+Blue) = 104+95+102=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #685F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F66 is #97A099. Grayscale: #626262. Windows color (decimal): -9937050 or 6709096. OLE color: 6709096.

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

Color convert

RGB10495102-
CMYK00.090.020.59
HSL313.33º4.52%39.02%-
HSV(B)313.33º8.65%40.78%-
XYZ12.212.0914.26-
YUV98.49129.98131.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=34.55%
G=31.56%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049510200.090.020.59313.334.5239.02
Hex685F660923B139527
Octal150137146011273471547
Binary1101000101111111001100100110111011100111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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