#685B65

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

Shades of Salt Box #685B65

Tints of Salt Box #685B65

Color information

#685B65 (or 0x685B65) is unknown color: approx Salt Box. HEX triplet: 68, 5B and 65. RGB value is (104,91,101). Sum of RGB (Red+Green+Blue) = 104+91+101=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #685B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B65 is #97A49A. Grayscale: #606060. Windows color (decimal): -9938075 or 6642536. OLE color: 6642536.

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

Color convert

RGB10491101-
CMYK00.120.030.59
HSL313.85º6.67%38.24%-
HSV(B)313.85º12.5%40.78%-
XYZ11.811.3613.88-
YUV96.03130.81133.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=35.14%
G=30.74%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049110100.120.030.59313.856.6738.24
Hex685B650C33B13a726
Octal150133145014373472746
Binary1101000101101111001010110011111011100111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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