#68645A

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

Shades of Storm Dust #68645A

Tints of Storm Dust #68645A

Color information

#68645A (or 0x68645A) is unknown color: approx Storm Dust. HEX triplet: 68, 64 and 5A. RGB value is (104,100,90). Sum of RGB (Red+Green+Blue) = 104+100+90=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #68645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68645A is #979BA5. Grayscale: #646464. Windows color (decimal): -9935782 or 5923944. OLE color: 5923944.

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

Color convert

RGB10410090-
CMYK00.040.130.59
HSL42.86º7.22%38.04%-
HSV(B)42.86º13.46%40.78%-
XYZ12.1112.811.5-
YUV100.06122.33130.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=35.37%
G=34.01%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041009000.040.130.5942.867.2238.04
Hex68645A04D3B2b726
Octal15014413204157353746
Binary11010001100100101101001001101111011101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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