#685563

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

Shades of Salt Box #685563

Tints of Salt Box #685563

Color information

#685563 (or 0x685563) is unknown color: approx Salt Box. HEX triplet: 68, 55 and 63. RGB value is (104,85,99). Sum of RGB (Red+Green+Blue) = 104+85+99=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #685563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685563 is #97AA9C. Grayscale: #5C5C5C. Windows color (decimal): -9939613 or 6509928. OLE color: 6509928.

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

Color convert

RGB1048599-
CMYK00.180.050.59
HSL315.79º10.05%37.06%-
HSV(B)315.79º18.27%40.78%-
XYZ11.2110.3413.21-
YUV92.28131.79136.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=36.11%
G=29.51%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104859900.180.050.59315.7910.0537.06
Hex68556301253B13ca25
Octal1501251430225734741245
Binary1101000101010111000110100101011110111001111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685563; }

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

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

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

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

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

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

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

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