#696760

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

Shades of Storm Dust #696760

Tints of Storm Dust #696760

Color information

#696760 (or 0x696760) is unknown color: approx Storm Dust. HEX triplet: 69, 67 and 60. RGB value is (105,103,96). Sum of RGB (Red+Green+Blue) = 105+103+96=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 105 - color contains mainly: red. Hex color #696760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696760 is #96989F. Grayscale: #666666. Windows color (decimal): -9869472 or 6317929. OLE color: 6317929.

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

Color convert

RGB10510396-
CMYK00.020.090.59
HSL46.67º4.48%39.41%-
HSV(B)46.67º8.57%41.18%-
XYZ12.7913.5513.01-
YUV102.8124.16129.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 96 (37.89% from 255) = 31.58%
R=34.54%
G=33.88%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051039600.020.090.5946.674.4839.41
Hex6967600293B2f427
Octal15114714002117357447
Binary1101001110011111000000101001111011101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696760; }

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

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

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

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

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

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

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

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