#9F959F

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

Shades of London Hue #9F959F

Tints of London Hue #9F959F

Color information

#9F959F (or 0x9F959F) is unknown color: approx London Hue. HEX triplet: 9F, 95 and 9F. RGB value is (159,149,159). Sum of RGB (Red+Green+Blue) = 159+149+159=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F959F is #606A60. Grayscale: #999999. Windows color (decimal): -6318689 or 10458527. OLE color: 10458527.

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

Color convert

RGB159149159-
CMYK00.0600.38
HSL300º4.95%60.39%-
HSV(B)300º6.29%62.35%-
XYZ31.331.3737.21-
YUV153.13131.31132.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 159 (62.5% from 255) = 34.05%
R=34.05%
G=31.91%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914915900.0600.383004.9560.39
Hex9F959F0602612c53c
Octal23722523706046454574
Binary10011111100101011001111101100100110100101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,149,159); }

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

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

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

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

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

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

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