#68665A

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

Shades of Storm Dust #68665A

Tints of Storm Dust #68665A

Color information

#68665A (or 0x68665A) is unknown color: approx Storm Dust. HEX triplet: 68, 66 and 5A. RGB value is (104,102,90). Sum of RGB (Red+Green+Blue) = 104+102+90=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #68665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68665A is #9799A5. Grayscale: #656565. Windows color (decimal): -9935270 or 5924456. OLE color: 5924456.

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

Color convert

RGB10410290-
CMYK00.020.130.59
HSL51.43º7.22%38.04%-
HSV(B)51.43º13.46%40.78%-
XYZ12.3113.1811.57-
YUV101.23121.66129.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=35.14%
G=34.46%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041029000.020.130.5951.437.2238.04
Hex68665A02D3B33726
Octal15014613202157363746
Binary1101000110011010110100101101111011110011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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