#696862

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

Shades of Storm Dust #696862

Tints of Storm Dust #696862

Color information

#696862 (or 0x696862) is unknown color: approx Storm Dust. HEX triplet: 69, 68 and 62. RGB value is (105,104,98). Sum of RGB (Red+Green+Blue) = 105+104+98=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 105 - color contains mainly: red. Hex color #696862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696862 is #96979D. Grayscale: #676767. Windows color (decimal): -9869214 or 6449257. OLE color: 6449257.

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

Color convert

RGB10510498-
CMYK00.010.070.59
HSL51.43º3.45%39.8%-
HSV(B)51.43º6.67%41.18%-
XYZ12.9813.7913.53-
YUV103.62124.83128.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=34.20%
G=33.88%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051049800.010.070.5951.433.4539.8
Hex6968620173B33328
Octal1511501420177363350
Binary1101001110100011000100111111101111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696862; }

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

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

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

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

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

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

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

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