#998599

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

Shades of Amethyst Smoke #998599

Tints of Amethyst Smoke #998599

Color information

#998599 (or 0x998599) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 85 and 99. RGB value is (153,133,153). Sum of RGB (Red+Green+Blue) = 153+133+153=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #998599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998599 is #667A66. Grayscale: #8D8D8D. Windows color (decimal): -6716007 or 10061209. OLE color: 10061209.

HSL color Cylindrical-coordinate representation of color #998599: hue angle of 300º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998599 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB153133153-
CMYK00.1300.4
HSL300º8.93%56.08%-
HSV(B)300º13.07%60%-
XYZ27.2725.8533.69-
YUV141.26134.63136.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 153 (60.16% from 255) = 34.85%
R=34.85%
G=30.30%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313315300.1300.43008.9356.08
Hex9985990D02812c938
Octal2312052310150504541170
Binary1001100110000101100110010110101010001001011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998599; }

 p { color: rgb(153,133,153); }

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

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

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

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

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

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

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