#685A67

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

Shades of Salt Box #685A67

Tints of Salt Box #685A67

Color information

#685A67 (or 0x685A67) is unknown color: approx Salt Box. HEX triplet: 68, 5A and 67. RGB value is (104,90,103). Sum of RGB (Red+Green+Blue) = 104+90+103=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #685A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A67 is #97A598. Grayscale: #5F5F5F. Windows color (decimal): -9938329 or 6773352. OLE color: 6773352.

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

Color convert

RGB10490103-
CMYK00.130.010.59
HSL304.29º7.22%38.04%-
HSV(B)304.29º13.46%40.78%-
XYZ11.8111.2314.38-
YUV95.67132.14133.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 90 (35.55% from 255) = 30.30%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=35.02%
G=30.30%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049010300.130.010.59304.297.2238.04
Hex685A670D13B130726
Octal150132147015173460746
Binary110100010110101100111011011111011100110000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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