#999597

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

Shades of Shady Lady #999597

Tints of Shady Lady #999597

Color information

#999597 (or 0x999597) is unknown color: approx Shady Lady. HEX triplet: 99, 95 and 97. RGB value is (153,149,151). Sum of RGB (Red+Green+Blue) = 153+149+151=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 153 - color contains mainly: red. Hex color #999597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999597 is #666A68. Grayscale: #969696. Windows color (decimal): -6711913 or 9934233. OLE color: 9934233.

HSL color Cylindrical-coordinate representation of color #999597: hue angle of 330º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #999597 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153149151-
CMYK00.030.010.4
HSL330º1.92%59.22%-
HSV(B)330º2.61%60%-
XYZ29.4730.533.61-
YUV150.42128.33129.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.77%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=33.77%
G=32.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314915100.030.010.43301.9259.22
Hex9995970312814a23b
Octal23122522703150512273
Binary100110011001010110010111011110100010100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999597; }

 p { color: rgb(153,149,151); }

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

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

 a { background-color: rgb(153,149,151); }

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

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

 span { border-color: rgb(153,149,151); }

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