#684F60

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

Shades of Salt Box #684F60

Tints of Salt Box #684F60

Color information

#684F60 (or 0x684F60) is unknown color: approx Salt Box. HEX triplet: 68, 4F and 60. RGB value is (104,79,96). Sum of RGB (Red+Green+Blue) = 104+79+96=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #684F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F60 is #97B09F. Grayscale: #585858. Windows color (decimal): -9941152 or 6311784. OLE color: 6311784.

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

Color convert

RGB1047996-
CMYK00.240.080.59
HSL319.2º13.66%35.88%-
HSV(B)319.2º24.04%40.78%-
XYZ10.629.3812.32-
YUV88.41132.28139.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=37.28%
G=28.32%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104799600.240.080.59319.213.6635.88
Hex684F6001883B13fe24
Octal15011714003010734771644
Binary11010001001111110000001100010001110111001111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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