#9C9B99

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

Shades of Mountain Mist #9C9B99

Tints of Mountain Mist #9C9B99

Color information

#9C9B99 (or 0x9C9B99) is unknown color: approx Mountain Mist. HEX triplet: 9C, 9B and 99. RGB value is (156,155,153). Sum of RGB (Red+Green+Blue) = 156+155+153=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9B99 is #636466. Grayscale: #9B9B9B. Windows color (decimal): -6513767 or 10066844. OLE color: 10066844.

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

Color convert

RGB156155153-
CMYK00.010.020.39
HSL40º1.49%60.59%-
HSV(B)40º1.92%61.18%-
XYZ31.1832.8134.83-
YUV155.07126.83128.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=33.62%
G=33.41%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615515300.010.020.39401.4960.59
Hex9C9B99012272813d
Octal2342332310124750175
Binary10011100100110111001100101101001111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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