#68665D

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

Shades of Storm Dust #68665D

Tints of Storm Dust #68665D

Color information

#68665D (or 0x68665D) is unknown color: approx Storm Dust. HEX triplet: 68, 66 and 5D. RGB value is (104,102,93). Sum of RGB (Red+Green+Blue) = 104+102+93=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #68665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68665D is #9799A2. Grayscale: #656565. Windows color (decimal): -9935267 or 6121064. OLE color: 6121064.

HSL color Cylindrical-coordinate representation of color #68665D: hue angle of 49.09º 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 #68665D is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB10410293-
CMYK00.020.110.59
HSL49.09º5.58%38.63%-
HSV(B)49.09º10.58%40.78%-
XYZ12.4413.2412.26-
YUV101.57123.16129.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=34.78%
G=34.11%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041029300.020.110.5949.095.5838.63
Hex68665D02B3B31627
Octal15014613502137361647
Binary1101000110011010111010101011111011110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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