#68665E

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

Shades of Storm Dust #68665E

Tints of Storm Dust #68665E

Color information

#68665E (or 0x68665E) is unknown color: approx Storm Dust. HEX triplet: 68, 66 and 5E. RGB value is (104,102,94). Sum of RGB (Red+Green+Blue) = 104+102+94=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 104 - color contains mainly: red. Hex color #68665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68665E is #9799A1. Grayscale: #656565. Windows color (decimal): -9935266 or 6186600. OLE color: 6186600.

HSL color Cylindrical-coordinate representation of color #68665E: hue angle of 48º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68665E is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB10410294-
CMYK00.020.100.59
HSL48º5.05%38.82%-
HSV(B)48º9.62%40.78%-
XYZ12.4813.2512.49-
YUV101.69123.66129.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 94 (37.11% from 255) = 31.33%
R=34.67%
G=34%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041029400.020.100.59485.0538.82
Hex68665E02A3B30527
Octal15014613602127360547
Binary1101000110011010111100101010111011110000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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