Html Css Color HEX #9E9C99 Mountain Mist

📋 copy color: '#9E9C99'

red 158 ◦ green 156 ◦ blue 153

#9E9C99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Mist #9E9C99

Tints of Mountain Mist #9E9C99

RGB

 RED value IS 158 (62.11% from 255) = 33.83%

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 153 (60.16% from 255) = 32.76%

R = 33.83%
G = 33.4%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9E9C99 (or 0x9E9C99) is known color: Mountain Mist. HEX triplet: 9E, 9C and 99. RGB value is (158,156,153). Sum of RGB (Red+Green+Blue) = 158+156+153=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9C99 is #616366. Grayscale: #9C9C9C. Windows color (decimal): -6382439 or 10067102. OLE color: 10067102.

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

Color convert

RGB 158 156 153 -
CMYK 0 0.01 0.03 0.38
HSL 36º 0.03% 0.61% -
HSV(B) 36º 0.03% 0.62% -
XYZ 31.74 33.35 34.9 -
YUV 156.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 158 156 153 0 0.01 0.03 0.38 36 0.03 0.61
Hex 9E 9C 99 0 1 3 26 24 3 3D
Octal 236 234 231 0 1 3 46 44 3 75
Binary 10011110 10011100 10011001 0 1 11 100110 100100 11 111101

Color Harmonies of #9E9C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9C99

Black with #9E9C99

Text Example


Text Example

White with #9E9C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,156,153); }

 H1.HeaderClassName
 {
   color: #9E9C99;
 }
 .AnyTagClassName
 {
   color: #9E9C99;
 }
</style>

background-color css

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

 a { background-color: rgb(158,156,153); }

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

border-color css

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

 span { border-color: rgb(158,156,153); }

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