#99626A

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

Shades of Mauve Taupe #99626A

Tints of Mauve Taupe #99626A

Color information

#99626A (or 0x99626A) is unknown color: approx Mauve Taupe. HEX triplet: 99, 62 and 6A. RGB value is (153,98,106). Sum of RGB (Red+Green+Blue) = 153+98+106=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #99626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99626A is #669D95. Grayscale: #737373. Windows color (decimal): -6725014 or 6972057. OLE color: 6972057.

HSL color Cylindrical-coordinate representation of color #99626A: hue angle of 351.27º 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 #99626A is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15398106-
CMYK00.360.310.4
HSL351.27º21.91%49.22%-
HSV(B)351.27º35.95%60%-
XYZ20.1116.5515.77-
YUV115.36122.72154.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=42.86%
G=27.45%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539810600.360.310.4351.2721.9149.22
Hex99626A0241F2815f1631
Octal23114215204437505372661
Binary100110011100010110101001001001111110100010101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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