#9F909E

Color #9F909E London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #9F909E

Tints of London Hue #9F909E

Color information

#9F909E (or 0x9F909E) is unknown color: approx London Hue. HEX triplet: 9F, 90 and 9E. RGB value is (159,144,158). Sum of RGB (Red+Green+Blue) = 159+144+158=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 159 - color contains mainly: red. Hex color #9F909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F909E is #606F61. Grayscale: #969696. Windows color (decimal): -6319970 or 10391711. OLE color: 10391711.

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

Color convert

RGB159144158-
CMYK00.090.010.38
HSL304º7.25%59.41%-
HSV(B)304º9.43%62.35%-
XYZ30.4429.7936.49-
YUV150.08132.47134.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 144 (56.64% from 255) = 31.24%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=34.49%
G=31.24%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914415800.090.010.383047.2559.41
Hex9F909E0912613073b
Octal237220236011146460773
Binary100111111001000010011110010011100110100110000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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