#99636F

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

Shades of Mauve Taupe #99636F

Tints of Mauve Taupe #99636F

Color information

#99636F (or 0x99636F) is unknown color: approx Mauve Taupe. HEX triplet: 99, 63 and 6F. RGB value is (153,99,111). Sum of RGB (Red+Green+Blue) = 153+99+111=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99636F is #669C90. Grayscale: #747474. Windows color (decimal): -6724753 or 7299993. OLE color: 7299993.

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

Color convert

RGB15399111-
CMYK00.350.270.4
HSL346.67º21.43%49.41%-
HSV(B)346.67º35.29%60%-
XYZ20.4716.8417.21-
YUV116.51124.89154.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=42.15%
G=27.27%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539911100.350.270.4346.6721.4349.41
Hex99636F0231B2815b1531
Octal23114315704333505332561
Binary100110011100011110111101000111101110100010101101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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