Html Css Color HEX #686758 Storm Dust

📋 copy color: '#686758'

red 104 ◦ green 103 ◦ blue 88

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

Shades of Storm Dust #686758

Tints of Storm Dust #686758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 35.25%
G = 34.92%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#686758 (or 0x686758) is known color: Storm Dust. HEX triplet: 68, 67 and 58. RGB value is (104,103,88). Sum of RGB (Red+Green+Blue) = 104+103+88=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #686758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686758 is #9798A7. Grayscale: #656565. Windows color (decimal): -9935016 or 5793640. OLE color: 5793640.

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

Color convert

RGB 104 103 88 -
CMYK 0 0.01 0.15 0.59
HSL 56.25º 0.08% 0.38% -
HSV(B) 56.25º 0.15% 0.41% -
XYZ 12.32 13.35 11.16 -
YUV 101.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 104 103 88 0 0.01 0.15 0.59 56.25 0.08 0.38
Hex 68 67 58 0 1 F 3B 38 8 26
Octal 150 147 130 0 1 17 73 70 10 46
Binary 1101000 1100111 1011000 0 1 1111 111011 111000 1000 100110

Color Harmonies of #686758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686758

Black with #686758

Text Example


Text Example

White with #686758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686758; }

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

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

background-color css

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

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

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

border-color css

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

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

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