#99939C

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

Shades of Amethyst Smoke #99939C

Tints of Amethyst Smoke #99939C

Color information

#99939C (or 0x99939C) is unknown color: approx Amethyst Smoke. HEX triplet: 99, 93 and 9C. RGB value is (153,147,156). Sum of RGB (Red+Green+Blue) = 153+147+156=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 156 - color contains mainly: blue. Hex color #99939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99939C is #666C63. Grayscale: #959595. Windows color (decimal): -6712420 or 10261401. OLE color: 10261401.

HSL color Cylindrical-coordinate representation of color #99939C: hue angle of 280º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99939C is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153147156-
CMYK0.020.0600.39
HSL280º4.35%59.41%-
HSV(B)280º5.77%61.18%-
XYZ29.5730.0435.69-
YUV149.82131.49130.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=33.55%
G=32.24%
B=34.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531471560.020.0600.392804.3559.41
Hex99939C2602711843b
Octal23122323426047430473
Binary100110011001001110011100101100100111100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99939C; }

 p { color: rgb(153,147,156); }

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

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

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

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

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

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

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