#696656

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

Shades of Storm Dust #696656

Tints of Storm Dust #696656

Color information

#696656 (or 0x696656) is unknown color: approx Storm Dust. HEX triplet: 69, 66 and 56. RGB value is (105,102,86). Sum of RGB (Red+Green+Blue) = 105+102+86=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 105 - color contains mainly: red. Hex color #696656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696656 is #9699A9. Grayscale: #656565. Windows color (decimal): -9869738 or 5662313. OLE color: 5662313.

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

Color convert

RGB10510286-
CMYK00.030.180.59
HSL50.53º9.95%37.45%-
HSV(B)50.53º18.1%41.18%-
XYZ12.2613.1810.7-
YUV101.07119.49130.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=35.84%
G=34.81%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051028600.030.180.5950.539.9537.45
Hex69665603123B33a25
Octal151146126032273631245
Binary110100111001101010110011100101110111100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696656; }

 p { color: rgb(105,102,86); }

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

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

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

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

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

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

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