#99576F

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

Shades of Mauve Taupe #99576F

Tints of Mauve Taupe #99576F

Color information

#99576F (or 0x99576F) is unknown color: approx Mauve Taupe. HEX triplet: 99, 57 and 6F. RGB value is (153,87,111). Sum of RGB (Red+Green+Blue) = 153+87+111=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #99576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99576F is #66A890. Grayscale: #6D6D6D. Windows color (decimal): -6727825 or 7296921. OLE color: 7296921.

HSL color Cylindrical-coordinate representation of color #99576F: hue angle of 338.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99576F is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15387111-
CMYK00.430.270.4
HSL338.18º27.5%47.06%-
HSV(B)338.18º43.14%60%-
XYZ19.4114.7416.86-
YUV109.47128.87159.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=43.59%
G=24.79%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538711100.430.270.4338.1827.547.06
Hex99576F02B1B281521c2f
Octal23112715705333505223457
Binary100110011010111110111101010111101110100010101001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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