Html Css Color HEX #9B9995 Mountain Mist

📋 copy color: '#9B9995'

red 155 ◦ green 153 ◦ blue 149

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

Shades of Mountain Mist #9B9995

Tints of Mountain Mist #9B9995

RGB

 RED value IS 155 (60.94% from 255) = 33.92%

 GREEN value IS 153 (60.16% from 255) = 33.48%

 BLUE value IS 149 (58.59% from 255) = 32.6%

R = 33.92%
G = 33.48%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9B9995 (or 0x9B9995) is known color: Mountain Mist. HEX triplet: 9B, 99 and 95. RGB value is (155,153,149). Sum of RGB (Red+Green+Blue) = 155+153+149=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9995 is #64666A. Grayscale: #999999. Windows color (decimal): -6579819 or 9804187. OLE color: 9804187.

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

Color convert

RGB 155 153 149 -
CMYK 0 0.01 0.04 0.39
HSL 40º 0.03% 0.6% -
HSV(B) 40º 0.04% 0.61% -
XYZ 30.33 31.92 33 -
YUV 153.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 155 153 149 0 0.01 0.04 0.39 40 0.03 0.6
Hex 9B 99 95 0 1 4 27 28 3 3C
Octal 233 231 225 0 1 4 47 50 3 74
Binary 10011011 10011001 10010101 0 1 100 100111 101000 11 111100

Color Harmonies of #9B9995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9995

Black with #9B9995

Text Example


Text Example

White with #9B9995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,153,149); }

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

background-color css

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

 a { background-color: rgb(155,153,149); }

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

border-color css

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

 span { border-color: rgb(155,153,149); }

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