Html Css Color HEX #9F9D96 Mountain Mist

📋 copy color: '#9F9D96'

red 159 ◦ green 157 ◦ blue 150

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

Shades of Mountain Mist #9F9D96

Tints of Mountain Mist #9F9D96

RGB

 RED value IS 159 (62.5% from 255) = 34.12%

 GREEN value IS 157 (61.72% from 255) = 33.69%

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 34.12%
G = 33.69%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9F9D96 (or 0x9F9D96) is known color: Mountain Mist. HEX triplet: 9F, 9D and 96. RGB value is (159,157,150). Sum of RGB (Red+Green+Blue) = 159+157+150=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9D96 is #606269. Grayscale: #9C9C9C. Windows color (decimal): -6316650 or 9870751. OLE color: 9870751.

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

Color convert

RGB 159 157 150 -
CMYK 0 0.01 0.06 0.38
HSL 46.67º 0.04% 0.61% -
HSV(B) 46.67º 0.06% 0.62% -
XYZ 31.86 33.69 33.68 -
YUV 156.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 159 157 150 0 0.01 0.06 0.38 46.67 0.04 0.61
Hex 9F 9D 96 0 1 6 26 2F 4 3D
Octal 237 235 226 0 1 6 46 57 4 75
Binary 10011111 10011101 10010110 0 1 110 100110 101111 100 111101

Color Harmonies of #9F9D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9D96

Black with #9F9D96

Text Example


Text Example

White with #9F9D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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