Html Css Color HEX #979599 Amethyst Smoke

📋 copy color: '#979599'

red 151 ◦ green 149 ◦ blue 153

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

Shades of Amethyst Smoke #979599

Tints of Amethyst Smoke #979599

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 value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#979599 (or 0x979599) is known color: 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

RGB 151 149 153 -
CMYK 0.01 0.03 0 0.4
HSL 270º 0.02% 0.59% -
HSV(B) 270º 0.03% 0.6% -
XYZ 29.26 30.37 34.46 -
YUV 150.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 151 149 153 0.01 0.03 0 0.4 270 0.02 0.59
Hex 97 95 99 1 3 0 28 10E 2 3B
Octal 227 225 231 1 3 0 50 416 2 73
Binary 10010111 10010101 10011001 1 11 0 101000 100001110 10 111011

Color Harmonies of #979599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979599

Black with #979599

Text Example


Text Example

White with #979599

Text Example


Text Example

HTML Codes & Css Web 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>