Html Css Color HEX #68685E Storm Dust

📋 copy color: '#68685E'

red 104 ◦ green 104 ◦ blue 94

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

Shades of Storm Dust #68685E

Tints of Storm Dust #68685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.13%

R = 34.44%
G = 34.44%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68685E (or 0x68685E) is known color: Storm Dust. HEX triplet: 68, 68 and 5E. RGB value is (104,104,94). Sum of RGB (Red+Green+Blue) = 104+104+94=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68685E is #9797A1. Grayscale: #666666. Windows color (decimal): -9934754 or 6187112. OLE color: 6187112.

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

Color convert

RGB 104 104 94 -
CMYK 0 0 0.10 0.59
HSL 60º 0.05% 0.39% -
HSV(B) 60º 0.1% 0.41% -
XYZ 12.68 13.65 12.56 -
YUV 102.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 104 104 94 0 0 0.10 0.59 60 0.05 0.39
Hex 68 68 5E 0 0 A 3B 3C 5 27
Octal 150 150 136 0 0 12 73 74 5 47
Binary 1101000 1101000 1011110 0 0 1010 111011 111100 101 100111

Color Harmonies of #68685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68685E

Black with #68685E

Text Example


Text Example

White with #68685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68685E; }

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

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

background-color css

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

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

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

border-color css

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

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

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