#99626C

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

Shades of Mauve Taupe #99626C

Tints of Mauve Taupe #99626C

Color information

#99626C (or 0x99626C) is unknown color: approx Mauve Taupe. HEX triplet: 99, 62 and 6C. RGB value is (153,98,108). Sum of RGB (Red+Green+Blue) = 153+98+108=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #99626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99626C is #669D93. Grayscale: #737373. Windows color (decimal): -6725012 or 7103129. OLE color: 7103129.

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

Color convert

RGB15398108-
CMYK00.360.290.4
HSL349.09º21.91%49.22%-
HSV(B)349.09º35.95%60%-
XYZ20.2116.5916.32-
YUV115.58123.72154.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.62%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=42.62%
G=27.30%
B=30.08%

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
Decimal1539810800.360.290.4349.0921.9149.22
Hex99626C0241D2815d1631
Octal23114215404435505352661
Binary100110011100010110110001001001110110100010101110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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