#685662

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

Shades of Salt Box #685662

Tints of Salt Box #685662

Color information

#685662 (or 0x685662) is unknown color: approx Salt Box. HEX triplet: 68, 56 and 62. RGB value is (104,86,98). Sum of RGB (Red+Green+Blue) = 104+86+98=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #685662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685662 is #97A99D. Grayscale: #5C5C5C. Windows color (decimal): -9939358 or 6444648. OLE color: 6444648.

HSL color Cylindrical-coordinate representation of color #685662: hue angle of 320º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #685662 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1048698-
CMYK00.170.060.59
HSL320º9.47%37.25%-
HSV(B)320º17.31%40.78%-
XYZ11.2410.4812.99-
YUV92.75130.96136.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=36.11%
G=29.86%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104869800.170.060.593209.4737.25
Hex68566201163B140925
Octal1501261420216735001145
Binary1101000101011011000100100011101110111010000001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685662; }

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

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

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

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

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

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

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

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