#9E9D9B

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

Shades of Mountain Mist #9E9D9B

Tints of Mountain Mist #9E9D9B

Color information

#9E9D9B (or 0x9E9D9B) is unknown color: approx Mountain Mist. HEX triplet: 9E, 9D and 9B. RGB value is (158,157,155). Sum of RGB (Red+Green+Blue) = 158+157+155=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9D9B is #616264. Grayscale: #9D9D9D. Windows color (decimal): -6382181 or 10198430. OLE color: 10198430.

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

Color convert

RGB158157155-
CMYK00.010.020.38
HSL40º1.52%61.37%-
HSV(B)40º1.9%61.96%-
XYZ32.0733.7535.83-
YUV157.07126.83128.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.62%
GREEN value IS 157 (61.72% from 255) = 33.40%
BLUE value IS 155 (60.94% from 255) = 32.98%
R=33.62%
G=33.40%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815715500.010.020.38401.5261.37
Hex9E9D9B012262823d
Octal2362352330124650275
Binary100111101001110110011011011010011010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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