#9C869B

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

Shades of London Hue #9C869B

Tints of London Hue #9C869B

Color information

#9C869B (or 0x9C869B) is unknown color: approx London Hue. HEX triplet: 9C, 86 and 9B. RGB value is (156,134,155). Sum of RGB (Red+Green+Blue) = 156+134+155=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 156 - color contains mainly: red. Hex color #9C869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C869B is #637964. Grayscale: #8E8E8E. Windows color (decimal): -6519141 or 10192540. OLE color: 10192540.

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

Color convert

RGB156134155-
CMYK00.140.010.39
HSL302.73º10%56.86%-
HSV(B)302.73º14.1%61.18%-
XYZ28.1526.4834.64-
YUV142.97134.79137.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 134 (52.73% from 255) = 30.11%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=35.06%
G=30.11%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613415500.140.010.39302.731056.86
Hex9C869B0E12712fa39
Octal2342062330161474571271
Binary1001110010000110100110110111011001111001011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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