#685B63

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

Shades of Salt Box #685B63

Tints of Salt Box #685B63

Color information

#685B63 (or 0x685B63) is unknown color: approx Salt Box. HEX triplet: 68, 5B and 63. RGB value is (104,91,99). Sum of RGB (Red+Green+Blue) = 104+91+99=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #685B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B63 is #97A49C. Grayscale: #5F5F5F. Windows color (decimal): -9938077 or 6511464. OLE color: 6511464.

HSL color Cylindrical-coordinate representation of color #685B63: hue angle of 323.08º 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 #685B63 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1049199-
CMYK00.120.050.59
HSL323.08º6.67%38.24%-
HSV(B)323.08º12.5%40.78%-
XYZ11.711.3313.37-
YUV95.8129.81133.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=35.37%
G=30.95%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104919900.120.050.59323.086.6738.24
Hex685B630C53B143726
Octal150133143014573503746
Binary11010001011011110001101100101111011101000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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