#685562

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

Shades of Salt Box #685562

Tints of Salt Box #685562

Color information

#685562 (or 0x685562) is unknown color: approx Salt Box. HEX triplet: 68, 55 and 62. RGB value is (104,85,98). Sum of RGB (Red+Green+Blue) = 104+85+98=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685562 is #97AA9D. Grayscale: #5C5C5C. Windows color (decimal): -9939614 or 6444392. OLE color: 6444392.

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

Color convert

RGB1048598-
CMYK00.180.060.59
HSL318.95º10.05%37.06%-
HSV(B)318.95º18.27%40.78%-
XYZ11.1610.3212.96-
YUV92.16131.29136.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=36.24%
G=29.62%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104859800.180.060.59318.9510.0537.06
Hex68556201263B13fa25
Octal1501251420226734771245
Binary1101000101010111000100100101101110111001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685562; }

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

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

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

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

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

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

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

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