#9F9094

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

Shades of Shady Lady #9F9094

Tints of Shady Lady #9F9094

Color information

#9F9094 (or 0x9F9094) is unknown color: approx Shady Lady. HEX triplet: 9F, 90 and 94. RGB value is (159,144,148). Sum of RGB (Red+Green+Blue) = 159+144+148=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9094 is #606F6B. Grayscale: #949494. Windows color (decimal): -6319980 or 9736351. OLE color: 9736351.

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

Color convert

RGB159144148-
CMYK00.090.070.38
HSL344º7.25%59.41%-
HSV(B)344º9.43%62.35%-
XYZ29.6229.4632.14-
YUV148.94127.47135.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=35.25%
G=31.93%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914414800.090.070.383447.2559.41
Hex9F90940972615873b
Octal237220224011746530773
Binary10011111100100001001010001001111100110101011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,144,148); }

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

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

 a { background-color: rgb(159,144,148); }

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

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

 span { border-color: rgb(159,144,148); }

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