#696759

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

Shades of Storm Dust #696759

Tints of Storm Dust #696759

Color information

#696759 (or 0x696759) is unknown color: approx Storm Dust. HEX triplet: 69, 67 and 59. RGB value is (105,103,89). Sum of RGB (Red+Green+Blue) = 105+103+89=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 105 - color contains mainly: red. Hex color #696759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696759 is #9698A6. Grayscale: #666666. Windows color (decimal): -9869479 or 5859177. OLE color: 5859177.

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

Color convert

RGB10510389-
CMYK00.020.150.59
HSL52.5º8.25%38.04%-
HSV(B)52.5º15.24%41.18%-
XYZ12.4813.4311.38-
YUV102120.66130.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 89 (35.16% from 255) = 29.97%
R=35.35%
G=34.68%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051038900.020.150.5952.58.2538.04
Hex69675902F3B34826
Octal151147131021773641046
Binary11010011100111101100101011111110111101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696759; }

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

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

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

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

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

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

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

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