Html Css Color HEX #9E6678 Mauve Taupe

📋 copy color: '#9E6678'

red 158 ◦ green 102 ◦ blue 120

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

Shades of Mauve Taupe #9E6678

Tints of Mauve Taupe #9E6678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.84%

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 41.58%
G = 26.84%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9E6678 (or 0x9E6678) is known color: Mauve Taupe. HEX triplet: 9E, 66 and 78. RGB value is (158,102,120). Sum of RGB (Red+Green+Blue) = 158+102+120=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6678 is #619987. Grayscale: #787878. Windows color (decimal): -6396296 or 7890590. OLE color: 7890590.

HSL color Cylindrical-coordinate representation of color #9E6678: hue angle of 340.71º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E6678 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 102 120 -
CMYK 0 0.35 0.24 0.38
HSL 340.71º 0.22% 0.51% -
HSV(B) 340.71º 0.35% 0.62% -
XYZ 22.24 18.13 20.1 -
YUV 120.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 158 102 120 0 0.35 0.24 0.38 340.71 0.22 0.51
Hex 9E 66 78 0 23 18 26 155 16 33
Octal 236 146 170 0 43 30 46 525 26 63
Binary 10011110 1100110 1111000 0 100011 11000 100110 101010101 10110 110011

Color Harmonies of #9E6678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6678

Black with #9E6678

Text Example


Text Example

White with #9E6678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,102,120); }

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

background-color css

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

 a { background-color: rgb(158,102,120); }

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

border-color css

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

 span { border-color: rgb(158,102,120); }

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