#999895

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

Shades of Mountain Mist #999895

Tints of Mountain Mist #999895

Color information

#999895 (or 0x999895) is unknown color: approx Mountain Mist. HEX triplet: 99, 98 and 95. RGB value is (153,152,149). Sum of RGB (Red+Green+Blue) = 153+152+149=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 153 - color contains mainly: red. Hex color #999895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999895 is #66676A. Grayscale: #979797. Windows color (decimal): -6711147 or 9803929. OLE color: 9803929.

HSL color Cylindrical-coordinate representation of color #999895: hue angle of 45º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #999895 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB153152149-
CMYK00.010.030.4
HSL45º1.92%59.22%-
HSV(B)45º2.61%60%-
XYZ29.7931.432.92-
YUV151.96126.33128.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.70%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=33.70%
G=33.48%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315214900.010.030.4451.9259.22
Hex999895013282d23b
Octal2312302250135055273
Binary100110011001100010010101011110100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999895; }

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

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

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

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

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

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

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

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