#9F9E9D

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

Shades of Mountain Mist #9F9E9D

Tints of Mountain Mist #9F9E9D

Color information

#9F9E9D (or 0x9F9E9D) is unknown color: approx Mountain Mist. HEX triplet: 9F, 9E and 9D. RGB value is (159,158,157). Sum of RGB (Red+Green+Blue) = 159+158+157=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E9D is #606162. Grayscale: #9E9E9E. Windows color (decimal): -6316387 or 10329759. OLE color: 10329759.

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

Color convert

RGB159158157-
CMYK00.010.010.38
HSL30º1.03%61.96%-
HSV(B)30º1.26%62.35%-
XYZ32.6134.2636.79-
YUV158.18127.33128.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.54%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 33.12%
R=33.54%
G=33.33%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915815700.010.010.38301.0361.96
Hex9F9E9D011261e13e
Octal2372362350114636176
Binary100111111001111010011101011100110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F9E9D; }

 p { color: rgb(159,158,157); }

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

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

 a { background-color: rgb(159,158,157); }

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

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

 span { border-color: rgb(159,158,157); }

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