#9F969E

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

Shades of London Hue #9F969E

Tints of London Hue #9F969E

Color information

#9F969E (or 0x9F969E) is unknown color: approx London Hue. HEX triplet: 9F, 96 and 9E. RGB value is (159,150,158). Sum of RGB (Red+Green+Blue) = 159+150+158=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 159 - color contains mainly: red. Hex color #9F969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F969E is #606961. Grayscale: #999999. Windows color (decimal): -6318434 or 10393247. OLE color: 10393247.

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

Color convert

RGB159150158-
CMYK00.060.010.38
HSL306.67º4.48%60.59%-
HSV(B)306.67º5.66%62.35%-
XYZ31.3831.6536.8-
YUV153.6130.48131.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 150 (58.98% from 255) = 32.12%
BLUE value IS 158 (62.11% from 255) = 33.83%
R=34.05%
G=32.12%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915015800.060.010.38306.674.4860.59
Hex9F969E0612613343d
Octal23722623606146463475
Binary10011111100101101001111001101100110100110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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