#9B969A

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

Shades of Shady Lady #9B969A

Tints of Shady Lady #9B969A

Color information

#9B969A (or 0x9B969A) is unknown color: approx Shady Lady. HEX triplet: 9B, 96 and 9A. RGB value is (155,150,154). Sum of RGB (Red+Green+Blue) = 155+150+154=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 155 - color contains mainly: red. Hex color #9B969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B969A is #646965. Grayscale: #979797. Windows color (decimal): -6580582 or 10131099. OLE color: 10131099.

HSL color Cylindrical-coordinate representation of color #9B969A: hue angle of 312º 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 #9B969A is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB155150154-
CMYK00.030.010.39
HSL312º2.44%59.8%-
HSV(B)312º3.23%60.78%-
XYZ30.2631.1134.98-
YUV151.95129.16130.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=33.77%
G=32.68%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515015400.030.010.393122.4459.8
Hex9B969A0312713823c
Octal23322623203147470274
Binary100110111001011010011010011110011110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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