#979599

Color #979599 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #979599

Tints of Amethyst Smoke #979599

Color information

#979599 (or 0x979599) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 95 and 99. RGB value is (151,149,153). Sum of RGB (Red+Green+Blue) = 151+149+153=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 153 - color contains mainly: blue. Hex color #979599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979599 is #686A66. Grayscale: #969696. Windows color (decimal): -6842983 or 10065303. OLE color: 10065303.

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

Color convert

RGB151149153-
CMYK0.010.0300.4
HSL270º1.92%59.22%-
HSV(B)270º2.61%60%-
XYZ29.2630.3734.46-
YUV150.05129.66128.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511491530.010.0300.42701.9259.22
Hex9795991302810e23b
Octal22722523113050416273
Binary100101111001010110011001111010100010000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979599; }

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

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

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

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

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

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

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

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