#685566

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

Shades of Salt Box #685566

Tints of Salt Box #685566

Color information

#685566 (or 0x685566) is unknown color: approx Salt Box. HEX triplet: 68, 55 and 66. RGB value is (104,85,102). Sum of RGB (Red+Green+Blue) = 104+85+102=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #685566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685566 is #97AA99. Grayscale: #5C5C5C. Windows color (decimal): -9939610 or 6706536. OLE color: 6706536.

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

Color convert

RGB10485102-
CMYK00.180.020.59
HSL306.32º10.05%37.06%-
HSV(B)306.32º18.27%40.78%-
XYZ11.3610.413.98-
YUV92.62133.29136.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=35.74%
G=29.21%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048510200.180.020.59306.3210.0537.06
Hex68556601223B132a25
Octal1501251460222734621245
Binary110100010101011100110010010101110111001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685566; }

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

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

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

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

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

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

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

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