#696960

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

Shades of Storm Dust #696960

Tints of Storm Dust #696960

Color information

#696960 (or 0x696960) is unknown color: approx Storm Dust. HEX triplet: 69, 69 and 60. RGB value is (105,105,96). Sum of RGB (Red+Green+Blue) = 105+105+96=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696960 is #96969F. Grayscale: #686868. Windows color (decimal): -9868960 or 6318441. OLE color: 6318441.

HSL color Cylindrical-coordinate representation of color #696960: hue angle of 60º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #696960 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB10510596-
CMYK000.090.59
HSL60º4.48%39.41%-
HSV(B)60º8.57%41.18%-
XYZ12.9913.9513.07-
YUV103.97123.5128.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 96 (37.89% from 255) = 31.37%
R=34.31%
G=34.31%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510596000.090.59604.4839.41
Hex6969600093B3c427
Octal15115114000117374447
Binary110100111010011100000001001111011111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696960; }

 p { color: rgb(105,105,96); }

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

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

 a { background-color: rgb(105,105,96); }

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

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

 span { border-color: rgb(105,105,96); }

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