#68655D

Color #68655D Storm Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Dust #68655D

Tints of Storm Dust #68655D

Color information

#68655D (or 0x68655D) is unknown color: approx Storm Dust. HEX triplet: 68, 65 and 5D. RGB value is (104,101,93). Sum of RGB (Red+Green+Blue) = 104+101+93=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #68655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68655D is #979AA2. Grayscale: #656565. Windows color (decimal): -9935523 or 6120808. OLE color: 6120808.

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

Color convert

RGB10410193-
CMYK00.030.110.59
HSL43.64º5.58%38.63%-
HSV(B)43.64º10.58%40.78%-
XYZ12.3413.0412.22-
YUV100.98123.49130.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=34.90%
G=33.89%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041019300.030.110.5943.645.5838.63
Hex68655D03B3B2c627
Octal15014513503137354647
Binary1101000110010110111010111011111011101100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68655D; }

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

 H1.HeaderClassName
 {
   color: #68655D;
 }
 .AnyTagClassName
 {
   color: #68655D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #68655D;
 }
 .BgClassName
 {
   background-color: #68655D;
 }
</style>
border-color css

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

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

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