#696963

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

Shades of Storm Dust #696963

Tints of Storm Dust #696963

Color information

#696963 (or 0x696963) is unknown color: approx Storm Dust. HEX triplet: 69, 69 and 63. RGB value is (105,105,99). Sum of RGB (Red+Green+Blue) = 105+105+99=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696963 is #96969C. Grayscale: #686868. Windows color (decimal): -9868957 or 6515049. OLE color: 6515049.

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

Color convert

RGB10510599-
CMYK000.060.59
HSL60º2.94%40%-
HSV(B)60º5.71%41.18%-
XYZ13.1314.0113.82-
YUV104.32125128.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=33.98%
G=33.98%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510599000.060.59602.9440
Hex6969630063B3c328
Octal1511511430067374350
Binary1101001110100111000110011011101111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696963; }

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

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

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

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

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

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

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

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