#685E67

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

Shades of Salt Box #685E67

Tints of Salt Box #685E67

Color information

#685E67 (or 0x685E67) is unknown color: approx Salt Box. HEX triplet: 68, 5E and 67. RGB value is (104,94,103). Sum of RGB (Red+Green+Blue) = 104+94+103=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #685E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E67 is #97A198. Grayscale: #616161. Windows color (decimal): -9937305 or 6774376. OLE color: 6774376.

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

Color convert

RGB10494103-
CMYK00.100.010.59
HSL306º5.05%38.82%-
HSV(B)306º9.62%40.78%-
XYZ12.1611.9314.49-
YUV98.02130.81132.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=34.55%
G=31.23%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049410300.100.010.593065.0538.82
Hex685E670A13B132527
Octal150136147012173462547
Binary110100010111101100111010101111011100110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,94,103); }

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

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

 a { background-color: rgb(104,94,103); }

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

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

 span { border-color: rgb(104,94,103); }

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