Html Css Color HEX #686864 Storm Dust

📋 copy color: '#686864'

red 104 ◦ green 104 ◦ blue 100

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

Shades of Storm Dust #686864

Tints of Storm Dust #686864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.47%

R = 33.77%
G = 33.77%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#686864 (or 0x686864) is known color: Storm Dust. HEX triplet: 68, 68 and 64. RGB value is (104,104,100). Sum of RGB (Red+Green+Blue) = 104+104+100=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686864 is #97979B. Grayscale: #676767. Windows color (decimal): -9934748 or 6580328. OLE color: 6580328.

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

Color convert

RGB 104 104 100 -
CMYK 0 0 0.04 0.59
HSL 60º 0.02% 0.4% -
HSV(B) 60º 0.04% 0.41% -
XYZ 12.96 13.76 14.03 -
YUV 103.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 104 104 100 0 0 0.04 0.59 60 0.02 0.4
Hex 68 68 64 0 0 4 3B 3C 2 28
Octal 150 150 144 0 0 4 73 74 2 50
Binary 1101000 1101000 1100100 0 0 100 111011 111100 10 101000

Color Harmonies of #686864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686864

Black with #686864

Text Example


Text Example

White with #686864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686864; }

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

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

background-color css

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

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

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

border-color css

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

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

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