#684E62

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

Shades of Salt Box #684E62

Tints of Salt Box #684E62

Color information

#684E62 (or 0x684E62) is unknown color: approx Salt Box. HEX triplet: 68, 4E and 62. RGB value is (104,78,98). Sum of RGB (Red+Green+Blue) = 104+78+98=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #684E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E62 is #97B19D. Grayscale: #585858. Windows color (decimal): -9941406 or 6442600. OLE color: 6442600.

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

Color convert

RGB1047898-
CMYK00.250.060.59
HSL313.85º14.29%35.69%-
HSV(B)313.85º25%40.78%-
XYZ10.649.2712.78-
YUV88.05133.61139.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 98 (38.67% from 255) = 35%
R=37.14%
G=27.86%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104789800.250.060.59313.8514.2935.69
Hex684E6201963B13ae24
Octal1501161420316734721644
Binary1101000100111011000100110011101110111001110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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