#68665C

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

Shades of Storm Dust #68665C

Tints of Storm Dust #68665C

Color information

#68665C (or 0x68665C) is unknown color: approx Storm Dust. HEX triplet: 68, 66 and 5C. RGB value is (104,102,92). Sum of RGB (Red+Green+Blue) = 104+102+92=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #68665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68665C is #9799A3. Grayscale: #656565. Windows color (decimal): -9935268 or 6055528. OLE color: 6055528.

HSL color Cylindrical-coordinate representation of color #68665C: hue angle of 50º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68665C is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB10410292-
CMYK00.020.120.59
HSL50º6.12%38.43%-
HSV(B)50º11.54%40.78%-
XYZ12.3913.2212.02-
YUV101.46122.66129.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=34.90%
G=34.23%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041029200.020.120.59506.1238.43
Hex68665C02C3B32626
Octal15014613402147362646
Binary1101000110011010111000101100111011110010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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