#68655A

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

Shades of Storm Dust #68655A

Tints of Storm Dust #68655A

Color information

#68655A (or 0x68655A) is unknown color: approx Storm Dust. HEX triplet: 68, 65 and 5A. RGB value is (104,101,90). Sum of RGB (Red+Green+Blue) = 104+101+90=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #68655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68655A is #979AA5. Grayscale: #646464. Windows color (decimal): -9935526 or 5924200. OLE color: 5924200.

HSL color Cylindrical-coordinate representation of color #68655A: hue angle of 47.14º 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 #68655A is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB10410190-
CMYK00.030.130.59
HSL47.14º7.22%38.04%-
HSV(B)47.14º13.46%40.78%-
XYZ12.2112.9911.54-
YUV100.64121.99130.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=35.25%
G=34.24%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041019000.030.130.5947.147.2238.04
Hex68655A03D3B2f726
Octal15014513203157357746
Binary1101000110010110110100111101111011101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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