#9E636F

Color #9E636F Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9E636F

Tints of Mauve Taupe #9E636F

Color information

#9E636F (or 0x9E636F) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 63 and 6F. RGB value is (158,99,111). Sum of RGB (Red+Green+Blue) = 158+99+111=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E636F is #619C90. Grayscale: #767676. Windows color (decimal): -6397073 or 7299998. OLE color: 7299998.

HSL color Cylindrical-coordinate representation of color #9E636F: hue angle of 347.8º 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 #9E636F is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15899111-
CMYK00.370.300.38
HSL347.8º23.32%50.39%-
HSV(B)347.8º37.34%61.96%-
XYZ21.4317.3417.26-
YUV118.01124.05156.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=42.93%
G=26.90%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589911100.370.300.38347.823.3250.39
Hex9E636F0251E2615c1732
Octal23614315704536465342762
Binary100111101100011110111101001011111010011010101110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E636F;
 }
 .AnyTagClassName
 {
   color: #9E636F;
 }
</style>
background-color css

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

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

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

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

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

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