#99586D

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

Shades of Mauve Taupe #99586D

Tints of Mauve Taupe #99586D

Color information

#99586D (or 0x99586D) is unknown color: approx Mauve Taupe. HEX triplet: 99, 58 and 6D. RGB value is (153,88,109). Sum of RGB (Red+Green+Blue) = 153+88+109=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99586D is #66A792. Grayscale: #6D6D6D. Windows color (decimal): -6727571 or 7166105. OLE color: 7166105.

HSL color Cylindrical-coordinate representation of color #99586D: hue angle of 340.62º degrees, saturation: 0.27, 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 #99586D is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15388109-
CMYK00.420.290.4
HSL340.62º26.97%47.25%-
HSV(B)340.62º42.48%60%-
XYZ19.3914.8616.31-
YUV109.83127.53158.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=43.71%
G=25.14%
B=31.14%

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
Decimal1538810900.420.290.4340.6226.9747.25
Hex99586D02A1D281551b2f
Octal23113015505235505253357
Binary100110011011000110110101010101110110100010101010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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