#979694

Color #979694 Mountain Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Mist #979694

Tints of Mountain Mist #979694

Color information

#979694 (or 0x979694) is unknown color: approx Mountain Mist. HEX triplet: 97, 96 and 94. RGB value is (151,150,148). Sum of RGB (Red+Green+Blue) = 151+150+148=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 151 - color contains mainly: red. Hex color #979694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979694 is #68696B. Grayscale: #969696. Windows color (decimal): -6842732 or 9737879. OLE color: 9737879.

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

Color convert

RGB151150148-
CMYK00.010.020.41
HSL40º1.42%58.63%-
HSV(B)40º1.99%59.22%-
XYZ29.0130.5332.38-
YUV150.07126.83128.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=33.63%
G=33.41%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115014800.010.020.41401.4258.63
Hex979694012292813b
Octal2272262240125150173
Binary10010111100101101001010001101010011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979694; }

 p { color: rgb(151,150,148); }

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

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

 a { background-color: rgb(151,150,148); }

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

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

 span { border-color: rgb(151,150,148); }

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