Html Css Color HEX #686861 Storm Dust

📋 copy color: '#686861'

red 104 ◦ green 104 ◦ blue 97

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

Shades of Storm Dust #686861

Tints of Storm Dust #686861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 34.1%
G = 34.1%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#686861 (or 0x686861) is known color: Storm Dust. HEX triplet: 68, 68 and 61. RGB value is (104,104,97). Sum of RGB (Red+Green+Blue) = 104+104+97=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686861 is #97979E. Grayscale: #676767. Windows color (decimal): -9934751 or 6383720. OLE color: 6383720.

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

Color convert

RGB 104 104 97 -
CMYK 0 0 0.07 0.59
HSL 60º 0.03% 0.39% -
HSV(B) 60º 0.07% 0.41% -
XYZ 12.82 13.71 13.28 -
YUV 103.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 104 104 97 0 0 0.07 0.59 60 0.03 0.39
Hex 68 68 61 0 0 7 3B 3C 3 27
Octal 150 150 141 0 0 7 73 74 3 47
Binary 1101000 1101000 1100001 0 0 111 111011 111100 11 100111

Color Harmonies of #686861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686861

Black with #686861

Text Example


Text Example

White with #686861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686861; }

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

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

background-color css

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

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

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

border-color css

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

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

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