#685061

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

Shades of Salt Box #685061

Tints of Salt Box #685061

Color information

#685061 (or 0x685061) is unknown color: approx Salt Box. HEX triplet: 68, 50 and 61. RGB value is (104,80,97). Sum of RGB (Red+Green+Blue) = 104+80+97=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685061 is #97AF9E. Grayscale: #595959. Windows color (decimal): -9940895 or 6377576. OLE color: 6377576.

HSL color Cylindrical-coordinate representation of color #685061: hue angle of 317.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685061 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1048097-
CMYK00.230.070.59
HSL317.5º13.04%36.08%-
HSV(B)317.5º23.08%40.78%-
XYZ10.749.5412.59-
YUV89.11132.45138.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=37.01%
G=28.47%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104809700.230.070.59317.513.0436.08
Hex68506101773B13ed24
Octal1501201410277734761544
Binary1101000101000011000010101111111110111001111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685061; }

 p { color: rgb(104,80,97); }

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

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

 a { background-color: rgb(104,80,97); }

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

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

 span { border-color: rgb(104,80,97); }

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