#686558

Color #686558 Storm Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Dust #686558

Tints of Storm Dust #686558

Color information

#686558 (or 0x686558) is unknown color: approx Storm Dust. HEX triplet: 68, 65 and 58. RGB value is (104,101,88). Sum of RGB (Red+Green+Blue) = 104+101+88=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #686558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686558 is #979AA7. Grayscale: #646464. Windows color (decimal): -9935528 or 5793128. OLE color: 5793128.

HSL color Cylindrical-coordinate representation of color #686558: hue angle of 48.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686558 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB10410188-
CMYK00.030.150.59
HSL48.75º8.33%37.65%-
HSV(B)48.75º15.38%40.78%-
XYZ12.1212.9511.09-
YUV100.42120.99130.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=35.49%
G=34.47%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041018800.030.150.5948.758.3337.65
Hex68655803F3B31826
Octal150145130031773611046
Binary11010001100101101100001111111110111100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686558; }

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

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

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

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

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

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

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

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