Html Css Color HEX #9E5677 Mauve Taupe

📋 copy color: '#9E5677'

red 158 ◦ green 86 ◦ blue 119

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

Shades of Mauve Taupe #9E5677

Tints of Mauve Taupe #9E5677

RGB

 RED value IS 158 (62.11% from 255) = 43.53%

 GREEN value IS 86 (33.98% from 255) = 23.69%

 BLUE value IS 119 (46.88% from 255) = 32.78%

R = 43.53%
G = 23.69%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E5677 (or 0x9E5677) is known color: Mauve Taupe. HEX triplet: 9E, 56 and 77. RGB value is (158,86,119). Sum of RGB (Red+Green+Blue) = 158+86+119=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5677 is #61A988. Grayscale: #6F6F6F. Windows color (decimal): -6400393 or 7820958. OLE color: 7820958.

HSL color Cylindrical-coordinate representation of color #9E5677: hue angle of 332.5º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5677 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 86 119 -
CMYK 0 0.46 0.25 0.38
HSL 332.5º 0.3% 0.48% -
HSV(B) 332.5º 0.46% 0.62% -
XYZ 20.76 15.26 19.3 -
YUV 111.29 132.35 161.32 -
System Red Green Blue C M Y K H S L
Decimal 158 86 119 0 0.46 0.25 0.38 332.5 0.3 0.48
Hex 9E 56 77 0 2E 19 26 14C 1E 30
Octal 236 126 167 0 56 31 46 514 36 60
Binary 10011110 1010110 1110111 0 101110 11001 100110 101001100 11110 110000

Color Harmonies of #9E5677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5677

Black with #9E5677

Text Example


Text Example

White with #9E5677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E5677; }

 p { color: rgb(158,86,119); }

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

background-color css

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

 a { background-color: rgb(158,86,119); }

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

border-color css

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

 span { border-color: rgb(158,86,119); }

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