#9C949A

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

Shades of Shady Lady #9C949A

Tints of Shady Lady #9C949A

Color information

#9C949A (or 0x9C949A) is unknown color: approx Shady Lady. HEX triplet: 9C, 94 and 9A. RGB value is (156,148,154). Sum of RGB (Red+Green+Blue) = 156+148+154=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 156 - color contains mainly: red. Hex color #9C949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C949A is #636B65. Grayscale: #979797. Windows color (decimal): -6515558 or 10130588. OLE color: 10130588.

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

Color convert

RGB156148154-
CMYK00.050.010.39
HSL315º3.88%59.61%-
HSV(B)315º5.13%61.18%-
XYZ30.1330.5834.89-
YUV151.08129.65131.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.06%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 154 (60.55% from 255) = 33.62%
R=34.06%
G=32.31%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614815400.050.010.393153.8859.61
Hex9C949A0512713b43c
Octal23422423205147473474
Binary10011100100101001001101001011100111100111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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