Html Css Color HEX #967799 Amethyst Smoke

📋 copy color: '#967799'

red 150 ◦ green 119 ◦ blue 153

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

Shades of Amethyst Smoke #967799

Tints of Amethyst Smoke #967799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.2%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 35.55%
G = 28.2%
B = 36.26%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#967799 (or 0x967799) is known color: Amethyst Smoke. HEX triplet: 96, 77 and 99. RGB value is (150,119,153). Sum of RGB (Red+Green+Blue) = 150+119+153=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: blue. Hex color #967799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967799 is #698866. Grayscale: #848484. Windows color (decimal): -6916199 or 10057622. OLE color: 10057622.

HSL color Cylindrical-coordinate representation of color #967799: hue angle of 294.71º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967799 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 119 153 -
CMYK 0.02 0.22 0 0.4
HSL 294.71º 0.14% 0.53% -
HSV(B) 294.71º 0.22% 0.6% -
XYZ 24.92 21.98 33.07 -
YUV 132.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 150 119 153 0.02 0.22 0 0.4 294.71 0.14 0.53
Hex 96 77 99 2 16 0 28 127 E 35
Octal 226 167 231 2 26 0 50 447 16 65
Binary 10010110 1110111 10011001 10 10110 0 101000 100100111 1110 110101

Color Harmonies of #967799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967799

Black with #967799

Text Example


Text Example

White with #967799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967799; }

 p { color: rgb(150,119,153); }

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

background-color css

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

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

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

border-color css

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

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

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