Shades of Mountain Mist #9F9E9C
Tints of Mountain Mist #9F9E9C
RGB
CMYK
RGB Variations
Color information
#9F9E9C (or 0x9F9E9C) is known color: Mountain Mist. HEX triplet: 9F, 9E and 9C. RGB value is (159,158,156). Sum of RGB (Red+Green+Blue) = 159+158+156=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E9C is #606163. Grayscale: #9E9E9E. Windows color (decimal): -6316388 or 10264223. OLE color: 10264223.
HSL color Cylindrical-coordinate representation of color #9F9E9C: hue angle of 40º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9F9E9C is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 158 | 156 | - |
CMYK | 0 | 0.01 | 0.02 | 0.38 |
HSL | 40º | 0.02% | 0.62% | - |
HSV(B) | 40º | 0.02% | 0.62% | - |
XYZ | 32.53 | 34.22 | 36.34 | - |
YUV | 158.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 158 | 156 | 0 | 0.01 | 0.02 | 0.38 | 40 | 0.02 | 0.62 |
Hex | 9F | 9E | 9C | 0 | 1 | 2 | 26 | 28 | 2 | 3E |
Octal | 237 | 236 | 234 | 0 | 1 | 2 | 46 | 50 | 2 | 76 |
Binary | 10011111 | 10011110 | 10011100 | 0 | 1 | 10 | 100110 | 101000 | 10 | 111110 |
Color Harmonies of #9F9E9C
Complementary color
Monochromatic Colors of #9F9E9C
Black with #9F9E9C
Text Example
Text Example
White with #9F9E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9E9C; }
p { color: rgb(159,158,156); }
H1.HeaderClassName
{
color: #9F9E9C;
}
.AnyTagClassName
{
color: #9F9E9C;
}
</style>
background-color css
<style>
a { background-color: #9F9E9C; }
a { background-color: rgb(159,158,156); }
div.DivClassName
{
background-color: #9F9E9C;
}
.BgClassName
{
background-color: #9F9E9C;
}
</style>
border-color css
<style>
span { border-color: #9F9E9C; }
span { border-color: rgb(159,158,156); }
td.TdClassName
{
border-color: #9F9E9C;
}
.TagClassName
{
border-color: #9F9E9C;
}
</style>