#9C9B98

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

Shades of Mountain Mist #9C9B98

Tints of Mountain Mist #9C9B98

Color information

#9C9B98 (or 0x9C9B98) is unknown color: approx Mountain Mist. HEX triplet: 9C, 9B and 98. RGB value is (156,155,152). Sum of RGB (Red+Green+Blue) = 156+155+152=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9B98 is #636467. Grayscale: #9A9A9A. Windows color (decimal): -6513768 or 10001308. OLE color: 10001308.

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

Color convert

RGB156155152-
CMYK00.010.030.39
HSL45º1.98%60.39%-
HSV(B)45º2.56%61.18%-
XYZ31.132.7834.39-
YUV154.96126.33128.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=33.69%
G=33.48%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615515200.010.030.39451.9860.39
Hex9C9B98013272d23c
Octal2342332300134755274
Binary100111001001101110011000011110011110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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