Html Css Color HEX #686865 Storm Dust

📋 copy color: '#686865'

red 104 ◦ green 104 ◦ blue 101

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

Shades of Storm Dust #686865

Tints of Storm Dust #686865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 33.66%
G = 33.66%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#686865 (or 0x686865) is known color: Storm Dust. HEX triplet: 68, 68 and 65. RGB value is (104,104,101). Sum of RGB (Red+Green+Blue) = 104+104+101=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 104 - color contains mainly: red, green. Hex color #686865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686865 is #97979A. Grayscale: #676767. Windows color (decimal): -9934747 or 6645864. OLE color: 6645864.

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

Color convert

RGB 104 104 101 -
CMYK 0 0 0.03 0.59
HSL 60º 0.01% 0.4% -
HSV(B) 60º 0.03% 0.41% -
XYZ 13.01 13.78 14.29 -
YUV 103.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 104 104 101 0 0 0.03 0.59 60 0.01 0.4
Hex 68 68 65 0 0 3 3B 3C 1 28
Octal 150 150 145 0 0 3 73 74 1 50
Binary 1101000 1101000 1100101 0 0 11 111011 111100 1 101000

Color Harmonies of #686865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686865

Black with #686865

Text Example


Text Example

White with #686865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686865; }

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

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

background-color css

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

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

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

border-color css

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

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

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