Html Css Color HEX #68685F Storm Dust

📋 copy color: '#68685F'

red 104 ◦ green 104 ◦ blue 95

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

Shades of Storm Dust #68685F

Tints of Storm Dust #68685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 34.32%
G = 34.32%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68685F (or 0x68685F) is known color: Storm Dust. HEX triplet: 68, 68 and 5F. RGB value is (104,104,95). Sum of RGB (Red+Green+Blue) = 104+104+95=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68685F is #9797A0. Grayscale: #676767. Windows color (decimal): -9934753 or 6252648. OLE color: 6252648.

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

Color convert

RGB 104 104 95 -
CMYK 0 0 0.09 0.59
HSL 60º 0.05% 0.39% -
HSV(B) 60º 0.09% 0.41% -
XYZ 12.72 13.67 12.79 -
YUV 102.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 104 104 95 0 0 0.09 0.59 60 0.05 0.39
Hex 68 68 5F 0 0 9 3B 3C 5 27
Octal 150 150 137 0 0 11 73 74 5 47
Binary 1101000 1101000 1011111 0 0 1001 111011 111100 101 100111

Color Harmonies of #68685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68685F

Black with #68685F

Text Example


Text Example

White with #68685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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