#99626D

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

Shades of Mauve Taupe #99626D

Tints of Mauve Taupe #99626D

Color information

#99626D (or 0x99626D) is unknown color: approx Mauve Taupe. HEX triplet: 99, 62 and 6D. RGB value is (153,98,109). Sum of RGB (Red+Green+Blue) = 153+98+109=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99626D is #669D92. Grayscale: #737373. Windows color (decimal): -6725011 or 7168665. OLE color: 7168665.

HSL color Cylindrical-coordinate representation of color #99626D: hue angle of 348º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99626D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15398109-
CMYK00.360.290.4
HSL348º21.91%49.22%-
HSV(B)348º35.95%60%-
XYZ20.2616.6116.61-
YUV115.7124.22154.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=42.5%
G=27.22%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539810900.360.290.434821.9149.22
Hex99626D0241D2815c1631
Octal23114215504435505342661
Binary100110011100010110110101001001110110100010101110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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