#9E6375

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

Shades of Mauve Taupe #9E6375

Tints of Mauve Taupe #9E6375

Color information

#9E6375 (or 0x9E6375) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 63 and 75. RGB value is (158,99,117). Sum of RGB (Red+Green+Blue) = 158+99+117=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6375 is #619C8A. Grayscale: #767676. Windows color (decimal): -6397067 or 7693214. OLE color: 7693214.

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

Color convert

RGB15899117-
CMYK00.370.260.38
HSL341.69º23.32%50.39%-
HSV(B)341.69º37.34%61.96%-
XYZ21.7717.4819.06-
YUV118.69127.05156.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.25%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=42.25%
G=26.47%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589911700.370.260.38341.6923.3250.39
Hex9E63750251A261561732
Octal23614316504532465262762
Binary100111101100011111010101001011101010011010101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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