#696967

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

Shades of Storm Dust #696967

Tints of Storm Dust #696967

Color information

#696967 (or 0x696967) is unknown color: approx Storm Dust. HEX triplet: 69, 69 and 67. RGB value is (105,105,103). Sum of RGB (Red+Green+Blue) = 105+105+103=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696967 is #969698. Grayscale: #686868. Windows color (decimal): -9868953 or 6777193. OLE color: 6777193.

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

Color convert

RGB105105103-
CMYK000.020.59
HSL60º0.96%40.78%-
HSV(B)60º1.9%41.18%-
XYZ13.3314.0914.85-
YUV104.77127128.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 103 (40.62% from 255) = 32.91%
R=33.55%
G=33.55%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105105103000.020.59600.9640.78
Hex6969670023B3c129
Octal1511511470027374151
Binary11010011101001110011100101110111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696967; }

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

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

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

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

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

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

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

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