Shades of Mountain Mist #9F9E9D
Tints of Mountain Mist #9F9E9D
RGB
CMYK
RGB Variations
Color information
#9F9E9D (or 0x9F9E9D) is known color: Mountain Mist. HEX triplet: 9F, 9E and 9D. RGB value is (159,158,157). Sum of RGB (Red+Green+Blue) = 159+158+157=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E9D is #606162. Grayscale: #9E9E9E. Windows color (decimal): -6316387 or 10329759. OLE color: 10329759.
HSL color Cylindrical-coordinate representation of color #9F9E9D: hue angle of 30º degrees, saturation: 0.01, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #9F9E9D is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 158 | 157 | - |
CMYK | 0 | 0.01 | 0.01 | 0.38 |
HSL | 30º | 0.01% | 0.62% | - |
HSV(B) | 30º | 0.01% | 0.62% | - |
XYZ | 32.61 | 34.26 | 36.79 | - |
YUV | 158.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 158 | 157 | 0 | 0.01 | 0.01 | 0.38 | 30 | 0.01 | 0.62 |
Hex | 9F | 9E | 9D | 0 | 1 | 1 | 26 | 1E | 1 | 3E |
Octal | 237 | 236 | 235 | 0 | 1 | 1 | 46 | 36 | 1 | 76 |
Binary | 10011111 | 10011110 | 10011101 | 0 | 1 | 1 | 100110 | 11110 | 1 | 111110 |
Color Harmonies of #9F9E9D
Complementary color
Monochromatic Colors of #9F9E9D
Black with #9F9E9D
Text Example
Text Example
White with #9F9E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9E9D; }
p { color: rgb(159,158,157); }
H1.HeaderClassName
{
color: #9F9E9D;
}
.AnyTagClassName
{
color: #9F9E9D;
}
</style>
background-color css
<style>
a { background-color: #9F9E9D; }
a { background-color: rgb(159,158,157); }
div.DivClassName
{
background-color: #9F9E9D;
}
.BgClassName
{
background-color: #9F9E9D;
}
</style>
border-color css
<style>
span { border-color: #9F9E9D; }
span { border-color: rgb(159,158,157); }
td.TdClassName
{
border-color: #9F9E9D;
}
.TagClassName
{
border-color: #9F9E9D;
}
</style>