Html Css Color HEX #686866 Storm Dust

📋 copy color: '#686866'

red 104 ◦ green 104 ◦ blue 102

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

Shades of Storm Dust #686866

Tints of Storm Dust #686866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 102 (40.23% from 255) = 32.9%

R = 33.55%
G = 33.55%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#686866 (or 0x686866) is known color: Storm Dust. HEX triplet: 68, 68 and 66. RGB value is (104,104,102). Sum of RGB (Red+Green+Blue) = 104+104+102=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686866 is #979799. Grayscale: #676767. Windows color (decimal): -9934746 or 6711400. OLE color: 6711400.

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

Color convert

RGB 104 104 102 -
CMYK 0 0 0.02 0.59
HSL 60º 0.01% 0.4% -
HSV(B) 60º 0.02% 0.41% -
XYZ 13.06 13.8 14.55 -
YUV 103.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 104 104 102 0 0 0.02 0.59 60 0.01 0.4
Hex 68 68 66 0 0 2 3B 3C 1 28
Octal 150 150 146 0 0 2 73 74 1 50
Binary 1101000 1101000 1100110 0 0 10 111011 111100 1 101000

Color Harmonies of #686866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686866

Black with #686866

Text Example


Text Example

White with #686866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686866; }

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

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

background-color css

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

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

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

border-color css

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

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

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