Shades of Mountain Mist #9F9B93
Tints of Mountain Mist #9F9B93
RGB
CMYK
RGB Variations
Color information
#9F9B93 (or 0x9F9B93) is known color: Mountain Mist. HEX triplet: 9F, 9B and 93. RGB value is (159,155,147). Sum of RGB (Red+Green+Blue) = 159+155+147=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9B93 is #60646C. Grayscale: #9B9B9B. Windows color (decimal): -6317165 or 9673631. OLE color: 9673631.
HSL color Cylindrical-coordinate representation of color #9F9B93: hue angle of 40º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9B93 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 155 | 147 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.38 |
| HSL | 40º | 0.06% | 0.6% | - |
| HSV(B) | 40º | 0.08% | 0.62% | - |
| XYZ | 31.29 | 32.92 | 32.31 | - |
| YUV | 155.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 147 | 0 | 0.03 | 0.08 | 0.38 | 40 | 0.06 | 0.6 |
| Hex | 9F | 9B | 93 | 0 | 3 | 8 | 26 | 28 | 6 | 3C |
| Octal | 237 | 233 | 223 | 0 | 3 | 10 | 46 | 50 | 6 | 74 |
| Binary | 10011111 | 10011011 | 10010011 | 0 | 11 | 1000 | 100110 | 101000 | 110 | 111100 |
Color Harmonies of #9F9B93
Complementary color
Monochromatic Colors of #9F9B93
Black with #9F9B93
Text Example
Text Example
White with #9F9B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9B93; }
p { color: rgb(159,155,147); }
H1.HeaderClassName
{
color: #9F9B93;
}
.AnyTagClassName
{
color: #9F9B93;
}
</style>
background-color css
<style>
a { background-color: #9F9B93; }
a { background-color: rgb(159,155,147); }
div.DivClassName
{
background-color: #9F9B93;
}
.BgClassName
{
background-color: #9F9B93;
}
</style>
border-color css
<style>
span { border-color: #9F9B93; }
span { border-color: rgb(159,155,147); }
td.TdClassName
{
border-color: #9F9B93;
}
.TagClassName
{
border-color: #9F9B93;
}
</style>