#9C899C

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

Shades of London Hue #9C899C

Tints of London Hue #9C899C

Color information

#9C899C (or 0x9C899C) is unknown color: approx London Hue. HEX triplet: 9C, 89 and 9C. RGB value is (156,137,156). Sum of RGB (Red+Green+Blue) = 156+137+156=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C899C is #637663. Grayscale: #909090. Windows color (decimal): -6518372 or 10258844. OLE color: 10258844.

HSL color Cylindrical-coordinate representation of color #9C899C: hue angle of 300º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C899C is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB156137156-
CMYK00.1200.39
HSL300º8.76%57.45%-
HSV(B)300º12.18%61.18%-
XYZ28.6627.3635.22-
YUV144.85134.29135.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 137 (53.91% from 255) = 30.51%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=34.74%
G=30.51%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613715600.1200.393008.7657.45
Hex9C899C0C02712c939
Octal2342112340140474541171
Binary1001110010001001100111000110001001111001011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,137,156); }

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

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

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

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

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

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

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