#696860

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

Shades of Storm Dust #696860

Tints of Storm Dust #696860

Color information

#696860 (or 0x696860) is unknown color: approx Storm Dust. HEX triplet: 69, 68 and 60. RGB value is (105,104,96). Sum of RGB (Red+Green+Blue) = 105+104+96=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 105 - color contains mainly: red. Hex color #696860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696860 is #96979F. Grayscale: #676767. Windows color (decimal): -9869216 or 6318185. OLE color: 6318185.

HSL color Cylindrical-coordinate representation of color #696860: hue angle of 53.33º 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 #696860 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB10510496-
CMYK00.010.090.59
HSL53.33º4.48%39.41%-
HSV(B)53.33º8.57%41.18%-
XYZ12.8913.7513.04-
YUV103.39123.83129.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=34.43%
G=34.10%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051049600.010.090.5953.334.4839.41
Hex6968600193B35427
Octal15115014001117365447
Binary110100111010001100000011001111011110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696860; }

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

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

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

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

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

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

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

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