#99586F

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

Shades of Mauve Taupe #99586F

Tints of Mauve Taupe #99586F

Color information

#99586F (or 0x99586F) is unknown color: approx Mauve Taupe. HEX triplet: 99, 58 and 6F. RGB value is (153,88,111). Sum of RGB (Red+Green+Blue) = 153+88+111=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #99586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99586F is #66A790. Grayscale: #6E6E6E. Windows color (decimal): -6727569 or 7297177. OLE color: 7297177.

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

Color convert

RGB15388111-
CMYK00.420.270.4
HSL338.77º26.97%47.25%-
HSV(B)338.77º42.48%60%-
XYZ19.514.916.89-
YUV110.06128.53158.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=43.47%
G=25%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538811100.420.270.4338.7726.9747.25
Hex99586F02A1B281531b2f
Octal23113015705233505233357
Binary100110011011000110111101010101101110100010101001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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