Html Css Color HEX #968796 Amethyst Smoke

📋 copy color: '#968796'

red 150 ◦ green 135 ◦ blue 150

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

Shades of Amethyst Smoke #968796

Tints of Amethyst Smoke #968796

RGB

 RED value IS 150 (58.98% from 255) = 34.48%

 GREEN value IS 135 (53.13% from 255) = 31.03%

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

R = 34.48%
G = 31.03%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#968796 (or 0x968796) is known color: Amethyst Smoke. HEX triplet: 96, 87 and 96. RGB value is (150,135,150). Sum of RGB (Red+Green+Blue) = 150+135+150=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #968796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968796 is #697869. Grayscale: #8D8D8D. Windows color (decimal): -6912106 or 9865110. OLE color: 9865110.

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

Color convert

RGB 150 135 150 -
CMYK 0 0.1 0 0.41
HSL 300º 0.07% 0.56% -
HSV(B) 300º 0.1% 0.59% -
XYZ 26.75 26.01 32.47 -
YUV 141.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 150 135 150 0 0.1 0 0.41 300 0.07 0.56
Hex 96 87 96 0 A 0 29 12C 7 38
Octal 226 207 226 0 12 0 51 454 7 70
Binary 10010110 10000111 10010110 0 1010 0 101001 100101100 111 111000

Color Harmonies of #968796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968796

Black with #968796

Text Example


Text Example

White with #968796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968796; }

 p { color: rgb(150,135,150); }

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

background-color css

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

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

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

border-color css

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

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

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