#9C969A

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

Shades of Shady Lady #9C969A

Tints of Shady Lady #9C969A

Color information

#9C969A (or 0x9C969A) is unknown color: approx Shady Lady. HEX triplet: 9C, 96 and 9A. RGB value is (156,150,154). Sum of RGB (Red+Green+Blue) = 156+150+154=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 156 - color contains mainly: red. Hex color #9C969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C969A is #636965. Grayscale: #989898. Windows color (decimal): -6515046 or 10131100. OLE color: 10131100.

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

Color convert

RGB156150154-
CMYK00.040.010.39
HSL320º2.94%60%-
HSV(B)320º3.85%61.18%-
XYZ30.4531.2134.99-
YUV152.25128.99130.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 154 (60.55% from 255) = 33.48%
R=33.91%
G=32.61%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615015400.040.010.393202.9460
Hex9C969A0412714033c
Octal23422623204147500374
Binary1001110010010110100110100100110011110100000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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