Html Css Color HEX #9E6276 Mauve Taupe

📋 copy color: '#9E6276'

red 158 ◦ green 98 ◦ blue 118

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

Shades of Mauve Taupe #9E6276

Tints of Mauve Taupe #9E6276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.2%

 BLUE value IS 118 (46.48% from 255) = 31.55%

R = 42.25%
G = 26.2%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9E6276 (or 0x9E6276) is known color: Mauve Taupe. HEX triplet: 9E, 62 and 76. RGB value is (158,98,118). Sum of RGB (Red+Green+Blue) = 158+98+118=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6276 is #619D89. Grayscale: #767676. Windows color (decimal): -6397322 or 7758494. OLE color: 7758494.

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

Color convert

RGB 158 98 118 -
CMYK 0 0.38 0.25 0.38
HSL 340º 0.24% 0.5% -
HSV(B) 340º 0.38% 0.62% -
XYZ 21.74 17.31 19.34 -
YUV 118.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 158 98 118 0 0.38 0.25 0.38 340 0.24 0.5
Hex 9E 62 76 0 26 19 26 154 18 32
Octal 236 142 166 0 46 31 46 524 30 62
Binary 10011110 1100010 1110110 0 100110 11001 100110 101010100 11000 110010

Color Harmonies of #9E6276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6276

Black with #9E6276

Text Example


Text Example

White with #9E6276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,98,118); }

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

background-color css

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

 a { background-color: rgb(158,98,118); }

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

border-color css

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

 span { border-color: rgb(158,98,118); }

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