#684F64

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

Shades of Salt Box #684F64

Tints of Salt Box #684F64

Color information

#684F64 (or 0x684F64) is unknown color: approx Salt Box. HEX triplet: 68, 4F and 64. RGB value is (104,79,100). Sum of RGB (Red+Green+Blue) = 104+79+100=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #684F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F64 is #97B09B. Grayscale: #585858. Windows color (decimal): -9941148 or 6573928. OLE color: 6573928.

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

Color convert

RGB10479100-
CMYK00.240.040.59
HSL309.6º13.66%35.88%-
HSV(B)309.6º24.04%40.78%-
XYZ10.819.4613.31-
YUV88.87134.28138.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=36.75%
G=27.92%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047910000.240.040.59309.613.6635.88
Hex684F6401843B136e24
Octal1501171440304734661644
Binary1101000100111111001000110001001110111001101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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