Html Css Color HEX #686863 Storm Dust

📋 copy color: '#686863'

red 104 ◦ green 104 ◦ blue 99

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

Shades of Storm Dust #686863

Tints of Storm Dust #686863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.25%

R = 33.88%
G = 33.88%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#686863 (or 0x686863) is known color: Storm Dust. HEX triplet: 68, 68 and 63. RGB value is (104,104,99). Sum of RGB (Red+Green+Blue) = 104+104+99=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686863 is #97979C. Grayscale: #676767. Windows color (decimal): -9934749 or 6514792. OLE color: 6514792.

HSL color Cylindrical-coordinate representation of color #686863: 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.05%. Process color model (Four color, CMYK) of #686863 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 104 99 -
CMYK 0 0 0.05 0.59
HSL 60º 0.02% 0.4% -
HSV(B) 60º 0.05% 0.41% -
XYZ 12.91 13.74 13.78 -
YUV 103.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 104 104 99 0 0 0.05 0.59 60 0.02 0.4
Hex 68 68 63 0 0 5 3B 3C 2 28
Octal 150 150 143 0 0 5 73 74 2 50
Binary 1101000 1101000 1100011 0 0 101 111011 111100 10 101000

Color Harmonies of #686863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686863

Black with #686863

Text Example


Text Example

White with #686863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686863; }

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

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

background-color css

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

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

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

border-color css

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

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

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