#9F9899

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

Shades of Shady Lady #9F9899

Tints of Shady Lady #9F9899

Color information

#9F9899 (or 0x9F9899) is unknown color: approx Shady Lady. HEX triplet: 9F, 98 and 99. RGB value is (159,152,153). Sum of RGB (Red+Green+Blue) = 159+152+153=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9899 is #606766. Grayscale: #9A9A9A. Windows color (decimal): -6317927 or 10066079. OLE color: 10066079.

HSL color Cylindrical-coordinate representation of color #9F9899: hue angle of 351.43º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9F9899 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB159152153-
CMYK00.040.040.38
HSL351.43º3.52%60.98%-
HSV(B)351.43º4.4%62.35%-
XYZ31.2832.1334.69-
YUV154.21127.32131.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=34.27%
G=32.76%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915215300.040.040.38351.433.5260.98
Hex9F98990442615f43d
Octal23723023104446537475
Binary1001111110011000100110010100100100110101011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,152,153); }

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

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

 a { background-color: rgb(159,152,153); }

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

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

 span { border-color: rgb(159,152,153); }

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