#9C969B

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

Shades of London Hue #9C969B

Tints of London Hue #9C969B

Color information

#9C969B (or 0x9C969B) is unknown color: approx London Hue. HEX triplet: 9C, 96 and 9B. RGB value is (156,150,155). Sum of RGB (Red+Green+Blue) = 156+150+155=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 156 - color contains mainly: red. Hex color #9C969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C969B is #636964. Grayscale: #989898. Windows color (decimal): -6515045 or 10196636. OLE color: 10196636.

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

Color convert

RGB156150155-
CMYK00.040.010.39
HSL310º2.94%60%-
HSV(B)310º3.85%61.18%-
XYZ30.5331.2535.43-
YUV152.36129.49130.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=33.84%
G=32.54%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615015500.040.010.393102.9460
Hex9C969B0412713633c
Octal23422623304147466374
Binary1001110010010110100110110100110011110011011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,150,155); }

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

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

 a { background-color: rgb(156,150,155); }

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

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

 span { border-color: rgb(156,150,155); }

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