Html Css Color HEX #959396 Amethyst Smoke

📋 copy color: '#959396'

red 149 ◦ green 147 ◦ blue 150

#959396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #959396

Tints of Amethyst Smoke #959396

RGB

 RED value IS 149 (58.59% from 255) = 33.41%

 GREEN value IS 147 (57.81% from 255) = 32.96%

 BLUE value IS 150 (58.98% from 255) = 33.63%

R = 33.41%
G = 32.96%
B = 33.63%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#959396 (or 0x959396) is known color: Amethyst Smoke. HEX triplet: 95, 93 and 96. RGB value is (149,147,150). Sum of RGB (Red+Green+Blue) = 149+147+150=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 150 - color contains mainly: blue. Hex color #959396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959396 is #6A6C69. Grayscale: #939393. Windows color (decimal): -6974570 or 9868181. OLE color: 9868181.

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

Color convert

RGB 149 147 150 -
CMYK 0.01 0.02 0 0.41
HSL 280º 0.01% 0.58% -
HSV(B) 280º 0.02% 0.59% -
XYZ 28.33 29.46 33.05 -
YUV 147.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 149 147 150 0.01 0.02 0 0.41 280 0.01 0.58
Hex 95 93 96 1 2 0 29 118 1 3A
Octal 225 223 226 1 2 0 51 430 1 72
Binary 10010101 10010011 10010110 1 10 0 101001 100011000 1 111010

Color Harmonies of #959396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959396

Black with #959396

Text Example


Text Example

White with #959396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959396; }

 p { color: rgb(149,147,150); }

 H1.HeaderClassName
 {
   color: #959396;
 }
 .AnyTagClassName
 {
   color: #959396;
 }
</style>

background-color css

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

 a { background-color: rgb(149,147,150); }

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

border-color css

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

 span { border-color: rgb(149,147,150); }

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