#9C9A9C

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

Shades of London Hue #9C9A9C

Tints of London Hue #9C9A9C

Color information

#9C9A9C (or 0x9C9A9C) is unknown color: approx London Hue. HEX triplet: 9C, 9A and 9C. RGB value is (156,154,156). Sum of RGB (Red+Green+Blue) = 156+154+156=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 156 - color contains mainly: red, blue. Hex color #9C9A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9A9C is #636563. Grayscale: #9A9A9A. Windows color (decimal): -6514020 or 10263196. OLE color: 10263196.

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

Color convert

RGB156154156-
CMYK00.0100.39
HSL300º1%60.78%-
HSV(B)300º1.28%61.18%-
XYZ31.2732.5836.09-
YUV154.83128.66128.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.48%
GREEN value IS 154 (60.55% from 255) = 33.05%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=33.48%
G=33.05%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615415600.0100.39300160.78
Hex9C9A9C0102712c13d
Octal23423223401047454175
Binary1001110010011010100111000101001111001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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