#9B6375

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

Shades of Mauve Taupe #9B6375

Tints of Mauve Taupe #9B6375

Color information

#9B6375 (or 0x9B6375) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 63 and 75. RGB value is (155,99,117). Sum of RGB (Red+Green+Blue) = 155+99+117=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6375 is #649C8A. Grayscale: #757575. Windows color (decimal): -6593675 or 7693211. OLE color: 7693211.

HSL color Cylindrical-coordinate representation of color #9B6375: hue angle of 340.71º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6375 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB15599117-
CMYK00.360.250.39
HSL340.71º22.05%49.8%-
HSV(B)340.71º36.13%60.78%-
XYZ21.1917.1819.03-
YUV117.8127.55154.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.78%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=41.78%
G=26.68%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559911700.360.250.39340.7122.0549.8
Hex9B637502419271551632
Octal23314316504431475252662
Binary100110111100011111010101001001100110011110101010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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