#684F66

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

Shades of Salt Box #684F66

Tints of Salt Box #684F66

Color information

#684F66 (or 0x684F66) is unknown color: approx Salt Box. HEX triplet: 68, 4F and 66. RGB value is (104,79,102). Sum of RGB (Red+Green+Blue) = 104+79+102=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #684F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F66 is #97B099. Grayscale: #595959. Windows color (decimal): -9941146 or 6705000. OLE color: 6705000.

HSL color Cylindrical-coordinate representation of color #684F66: hue angle of 304.8º 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 #684F66 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10479102-
CMYK00.240.020.59
HSL304.8º13.66%35.88%-
HSV(B)304.8º24.04%40.78%-
XYZ10.99.4913.83-
YUV89.1135.28138.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=36.49%
G=27.72%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047910200.240.020.59304.813.6635.88
Hex684F6601823B131e24
Octal1501171460302734611644
Binary110100010011111100110011000101110111001100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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