#9D969B

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

Shades of Shady Lady #9D969B

Tints of Shady Lady #9D969B

Color information

#9D969B (or 0x9D969B) is unknown color: approx Shady Lady. HEX triplet: 9D, 96 and 9B. RGB value is (157,150,155). Sum of RGB (Red+Green+Blue) = 157+150+155=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 157 - color contains mainly: red. Hex color #9D969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D969B is #626964. Grayscale: #989898. Windows color (decimal): -6449509 or 10196637. OLE color: 10196637.

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

Color convert

RGB157150155-
CMYK00.040.010.38
HSL317.14º3.45%60.2%-
HSV(B)317.14º4.46%61.57%-
XYZ30.7331.3535.44-
YUV152.66129.32131.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.98%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=33.98%
G=32.47%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715015500.040.010.38317.143.4560.2
Hex9D969B0412613d33c
Octal23522623304146475374
Binary1001110110010110100110110100110011010011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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