#685B66

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

Shades of Salt Box #685B66

Tints of Salt Box #685B66

Color information

#685B66 (or 0x685B66) is unknown color: approx Salt Box. HEX triplet: 68, 5B and 66. RGB value is (104,91,102). Sum of RGB (Red+Green+Blue) = 104+91+102=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #685B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B66 is #97A499. Grayscale: #606060. Windows color (decimal): -9938074 or 6708072. OLE color: 6708072.

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

Color convert

RGB10491102-
CMYK00.120.020.59
HSL309.23º6.67%38.24%-
HSV(B)309.23º12.5%40.78%-
XYZ11.8511.3814.14-
YUV96.14131.31133.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=35.02%
G=30.64%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049110200.120.020.59309.236.6738.24
Hex685B660C23B135726
Octal150133146014273465746
Binary1101000101101111001100110010111011100110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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