#9C9096

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

Shades of Shady Lady #9C9096

Tints of Shady Lady #9C9096

Color information

#9C9096 (or 0x9C9096) is unknown color: approx Shady Lady. HEX triplet: 9C, 90 and 96. RGB value is (156,144,150). Sum of RGB (Red+Green+Blue) = 156+144+150=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9096 is #636F69. Grayscale: #949494. Windows color (decimal): -6516586 or 9867420. OLE color: 9867420.

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

Color convert

RGB156144150-
CMYK00.080.040.39
HSL330º5.71%58.82%-
HSV(B)330º7.69%61.18%-
XYZ29.1929.2232.96-
YUV148.27128.98133.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=34.67%
G=32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614415000.080.040.393305.7158.82
Hex9C90960842714a63b
Octal234220226010447512673
Binary10011100100100001001011001000100100111101001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,144,150); }

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

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

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

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

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

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

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