Html Css Color HEX #686458 Storm Dust

📋 copy color: '#686458'

red 104 ◦ green 100 ◦ blue 88

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

Shades of Storm Dust #686458

Tints of Storm Dust #686458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 35.62%
G = 34.25%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#686458 (or 0x686458) is known color: Storm Dust. HEX triplet: 68, 64 and 58. RGB value is (104,100,88). Sum of RGB (Red+Green+Blue) = 104+100+88=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #686458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686458 is #979BA7. Grayscale: #636363. Windows color (decimal): -9935784 or 5792872. OLE color: 5792872.

HSL color Cylindrical-coordinate representation of color #686458: hue angle of 45º 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 #686458 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 100 88 -
CMYK 0 0.04 0.15 0.59
HSL 45º 0.08% 0.38% -
HSV(B) 45º 0.15% 0.41% -
XYZ 12.03 12.76 11.06 -
YUV 99.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 104 100 88 0 0.04 0.15 0.59 45 0.08 0.38
Hex 68 64 58 0 4 F 3B 2D 8 26
Octal 150 144 130 0 4 17 73 55 10 46
Binary 1101000 1100100 1011000 0 100 1111 111011 101101 1000 100110

Color Harmonies of #686458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686458

Black with #686458

Text Example


Text Example

White with #686458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686458; }

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

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

background-color css

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

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

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

border-color css

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

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

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