#685565

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

Shades of Salt Box #685565

Tints of Salt Box #685565

Color information

#685565 (or 0x685565) is unknown color: approx Salt Box. HEX triplet: 68, 55 and 65. RGB value is (104,85,101). Sum of RGB (Red+Green+Blue) = 104+85+101=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 104 - color contains mainly: red. Hex color #685565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685565 is #97AA9A. Grayscale: #5C5C5C. Windows color (decimal): -9939611 or 6641000. OLE color: 6641000.

HSL color Cylindrical-coordinate representation of color #685565: hue angle of 309.47º 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 #685565 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10485101-
CMYK00.180.030.59
HSL309.47º10.05%37.06%-
HSV(B)309.47º18.27%40.78%-
XYZ11.3110.3813.72-
YUV92.5132.79136.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=35.86%
G=29.31%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048510100.180.030.59309.4710.0537.06
Hex68556501233B135a25
Octal1501251450223734651245
Binary110100010101011100101010010111110111001101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685565; }

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

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

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

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

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

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

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

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