#685564

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

Shades of Salt Box #685564

Tints of Salt Box #685564

Color information

#685564 (or 0x685564) is unknown color: approx Salt Box. HEX triplet: 68, 55 and 64. RGB value is (104,85,100). Sum of RGB (Red+Green+Blue) = 104+85+100=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685564 is #97AA9B. Grayscale: #5C5C5C. Windows color (decimal): -9939612 or 6575464. OLE color: 6575464.

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

Color convert

RGB10485100-
CMYK00.180.040.59
HSL312.63º10.05%37.06%-
HSV(B)312.63º18.27%40.78%-
XYZ11.2610.3613.46-
YUV92.39132.29136.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=35.99%
G=29.41%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048510000.180.040.59312.6310.0537.06
Hex68556401243B139a25
Octal1501251440224734711245
Binary1101000101010111001000100101001110111001110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685564; }

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

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

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

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

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

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

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

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