#9F9C9D

Color #9F9C9D Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #9F9C9D

Tints of Shady Lady #9F9C9D

Color information

#9F9C9D (or 0x9F9C9D) is unknown color: approx Shady Lady. HEX triplet: 9F, 9C and 9D. RGB value is (159,156,157). Sum of RGB (Red+Green+Blue) = 159+156+157=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9C9D is #606362. Grayscale: #9D9D9D. Windows color (decimal): -6316899 or 10329247. OLE color: 10329247.

HSL color Cylindrical-coordinate representation of color #9F9C9D: hue angle of 340º 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 #9F9C9D is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB159156157-
CMYK00.020.010.38
HSL340º1.54%61.76%-
HSV(B)340º1.89%62.35%-
XYZ32.2733.5836.68-
YUV157.01127.99129.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 157 (61.72% from 255) = 33.26%
R=33.69%
G=33.05%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915615700.020.010.383401.5461.76
Hex9F9C9D0212615423e
Octal23723423502146524276
Binary100111111001110010011101010110011010101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,156,157); }

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

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

 a { background-color: rgb(159,156,157); }

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

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

 span { border-color: rgb(159,156,157); }

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