Html Css Color HEX #686660 Storm Dust

📋 copy color: '#686660'

red 104 ◦ green 102 ◦ blue 96

#686660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Dust #686660

Tints of Storm Dust #686660

RGB

 RED value IS 104 (41.02% from 255) = 34.44%

 GREEN value IS 102 (40.23% from 255) = 33.77%

 BLUE value IS 96 (37.89% from 255) = 31.79%

R = 34.44%
G = 33.77%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#686660 (or 0x686660) is known color: Storm Dust. HEX triplet: 68, 66 and 60. RGB value is (104,102,96). Sum of RGB (Red+Green+Blue) = 104+102+96=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 104 - color contains mainly: red. Hex color #686660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686660 is #97999F. Grayscale: #656565. Windows color (decimal): -9935264 or 6317672. OLE color: 6317672.

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

Color convert

RGB 104 102 96 -
CMYK 0 0.02 0.08 0.59
HSL 45º 0.04% 0.39% -
HSV(B) 45º 0.08% 0.41% -
XYZ 12.57 13.29 12.97 -
YUV 101.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 104 102 96 0 0.02 0.08 0.59 45 0.04 0.39
Hex 68 66 60 0 2 8 3B 2D 4 27
Octal 150 146 140 0 2 10 73 55 4 47
Binary 1101000 1100110 1100000 0 10 1000 111011 101101 100 100111

Color Harmonies of #686660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686660

Black with #686660

Text Example


Text Example

White with #686660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686660; }

 p { color: rgb(104,102,96); }

 H1.HeaderClassName
 {
   color: #686660;
 }
 .AnyTagClassName
 {
   color: #686660;
 }
</style>

background-color css

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

 a { background-color: rgb(104,102,96); }

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

border-color css

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

 span { border-color: rgb(104,102,96); }

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