Html Css Color HEX #9E6378 Mauve Taupe

📋 copy color: '#9E6378'

red 158 ◦ green 99 ◦ blue 120

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

Shades of Mauve Taupe #9E6378

Tints of Mauve Taupe #9E6378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

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

R = 41.91%
G = 26.26%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9E6378 (or 0x9E6378) is known color: Mauve Taupe. HEX triplet: 9E, 63 and 78. RGB value is (158,99,120). Sum of RGB (Red+Green+Blue) = 158+99+120=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6378 is #619C87. Grayscale: #777777. Windows color (decimal): -6397064 or 7889822. OLE color: 7889822.

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

Color convert

RGB 158 99 120 -
CMYK 0 0.37 0.24 0.38
HSL 338.64º 0.23% 0.5% -
HSV(B) 338.64º 0.37% 0.62% -
XYZ 21.95 17.55 20 -
YUV 119.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 158 99 120 0 0.37 0.24 0.38 338.64 0.23 0.5
Hex 9E 63 78 0 25 18 26 153 17 32
Octal 236 143 170 0 45 30 46 523 27 62
Binary 10011110 1100011 1111000 0 100101 11000 100110 101010011 10111 110010

Color Harmonies of #9E6378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6378

Black with #9E6378

Text Example


Text Example

White with #9E6378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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