#99586E

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

Shades of Mauve Taupe #99586E

Tints of Mauve Taupe #99586E

Color information

#99586E (or 0x99586E) is unknown color: approx Mauve Taupe. HEX triplet: 99, 58 and 6E. RGB value is (153,88,110). Sum of RGB (Red+Green+Blue) = 153+88+110=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #99586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99586E is #66A791. Grayscale: #6D6D6D. Windows color (decimal): -6727570 or 7231641. OLE color: 7231641.

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

Color convert

RGB15388110-
CMYK00.420.280.4
HSL339.69º26.97%47.25%-
HSV(B)339.69º42.48%60%-
XYZ19.4414.8816.6-
YUV109.94128.03158.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=43.59%
G=25.07%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538811000.420.280.4339.6926.9747.25
Hex99586E02A1C281541b2f
Octal23113015605234505243357
Binary100110011011000110111001010101110010100010101010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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