Html Css Color HEX #686764 Storm Dust

📋 copy color: '#686764'

red 104 ◦ green 103 ◦ blue 100

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

Shades of Storm Dust #686764

Tints of Storm Dust #686764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

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

R = 33.88%
G = 33.55%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#686764 (or 0x686764) is known color: Storm Dust. HEX triplet: 68, 67 and 64. RGB value is (104,103,100). Sum of RGB (Red+Green+Blue) = 104+103+100=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 104 - color contains mainly: red. Hex color #686764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686764 is #97989B. Grayscale: #666666. Windows color (decimal): -9935004 or 6580072. OLE color: 6580072.

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

Color convert

RGB 104 103 100 -
CMYK 0 0.01 0.04 0.59
HSL 45º 0.02% 0.4% -
HSV(B) 45º 0.04% 0.41% -
XYZ 12.86 13.56 14 -
YUV 102.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 104 103 100 0 0.01 0.04 0.59 45 0.02 0.4
Hex 68 67 64 0 1 4 3B 2D 2 28
Octal 150 147 144 0 1 4 73 55 2 50
Binary 1101000 1100111 1100100 0 1 100 111011 101101 10 101000

Color Harmonies of #686764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686764

Black with #686764

Text Example


Text Example

White with #686764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686764; }

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

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

background-color css

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

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

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

border-color css

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

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

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