#99596D

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

Shades of Mauve Taupe #99596D

Tints of Mauve Taupe #99596D

Color information

#99596D (or 0x99596D) is unknown color: approx Mauve Taupe. HEX triplet: 99, 59 and 6D. RGB value is (153,89,109). Sum of RGB (Red+Green+Blue) = 153+89+109=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #99596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99596D is #66A692. Grayscale: #6E6E6E. Windows color (decimal): -6727315 or 7166361. OLE color: 7166361.

HSL color Cylindrical-coordinate representation of color #99596D: hue angle of 341.25º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99596D is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15389109-
CMYK00.420.290.4
HSL341.25º26.45%47.45%-
HSV(B)341.25º41.83%60%-
XYZ19.4715.0216.34-
YUV110.42127.2158.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=43.59%
G=25.36%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538910900.420.290.4341.2526.4547.45
Hex99596D02A1D281551a2f
Octal23113115505235505253257
Binary100110011011001110110101010101110110100010101010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99596D; }

 p { color: rgb(153,89,109); }

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

<style>
 a { background-color: #99596D; }

 a { background-color: rgb(153,89,109); }

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

<style>
 span { border-color: #99596D; }

 span { border-color: rgb(153,89,109); }

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