#684E60

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

Shades of Salt Box #684E60

Tints of Salt Box #684E60

Color information

#684E60 (or 0x684E60) is unknown color: approx Salt Box. HEX triplet: 68, 4E and 60. RGB value is (104,78,96). Sum of RGB (Red+Green+Blue) = 104+78+96=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #684E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E60 is #97B19F. Grayscale: #575757. Windows color (decimal): -9941408 or 6311528. OLE color: 6311528.

HSL color Cylindrical-coordinate representation of color #684E60: hue angle of 318.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684E60 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1047896-
CMYK00.250.080.59
HSL318.46º14.29%35.69%-
HSV(B)318.46º25%40.78%-
XYZ10.549.2412.29-
YUV87.83132.61139.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=37.41%
G=28.06%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104789600.250.080.59318.4614.2935.69
Hex684E6001983B13ee24
Octal15011614003110734761644
Binary11010001001110110000001100110001110111001111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684E60; }

 p { color: rgb(104,78,96); }

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

<style>
 a { background-color: #684E60; }

 a { background-color: rgb(104,78,96); }

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

<style>
 span { border-color: #684E60; }

 span { border-color: rgb(104,78,96); }

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