#9C9899

Color #9C9899 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #9C9899

Tints of Shady Lady #9C9899

Color information

#9C9899 (or 0x9C9899) is unknown color: approx Shady Lady. HEX triplet: 9C, 98 and 99. RGB value is (156,152,153). Sum of RGB (Red+Green+Blue) = 156+152+153=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9899 is #636766. Grayscale: #999999. Windows color (decimal): -6514535 or 10066076. OLE color: 10066076.

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

Color convert

RGB156152153-
CMYK00.030.020.39
HSL345º1.98%60.39%-
HSV(B)345º2.56%61.18%-
XYZ30.6931.8234.66-
YUV153.31127.83129.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=33.84%
G=32.97%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615215300.030.020.393451.9860.39
Hex9C98990322715923c
Octal23423023103247531274
Binary1001110010011000100110010111010011110101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,152,153); }

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

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

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

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

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

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

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