Html Css Color HEX #686862 Storm Dust

📋 copy color: '#686862'

red 104 ◦ green 104 ◦ blue 98

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

Shades of Storm Dust #686862

Tints of Storm Dust #686862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 33.99%
G = 33.99%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#686862 (or 0x686862) is known color: Storm Dust. HEX triplet: 68, 68 and 62. RGB value is (104,104,98). Sum of RGB (Red+Green+Blue) = 104+104+98=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686862 is #97979D. Grayscale: #676767. Windows color (decimal): -9934750 or 6449256. OLE color: 6449256.

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

Color convert

RGB 104 104 98 -
CMYK 0 0 0.06 0.59
HSL 60º 0.03% 0.4% -
HSV(B) 60º 0.06% 0.41% -
XYZ 12.86 13.73 13.53 -
YUV 103.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 104 104 98 0 0 0.06 0.59 60 0.03 0.4
Hex 68 68 62 0 0 6 3B 3C 3 28
Octal 150 150 142 0 0 6 73 74 3 50
Binary 1101000 1101000 1100010 0 0 110 111011 111100 11 101000

Color Harmonies of #686862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686862

Black with #686862

Text Example


Text Example

White with #686862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686862; }

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

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

background-color css

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

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

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

border-color css

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

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

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