#99626F

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

Shades of Mauve Taupe #99626F

Tints of Mauve Taupe #99626F

Color information

#99626F (or 0x99626F) is unknown color: approx Mauve Taupe. HEX triplet: 99, 62 and 6F. RGB value is (153,98,111). Sum of RGB (Red+Green+Blue) = 153+98+111=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99626F is #669D90. Grayscale: #737373. Windows color (decimal): -6725009 or 7299737. OLE color: 7299737.

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

Color convert

RGB15398111-
CMYK00.360.270.4
HSL345.82º21.91%49.22%-
HSV(B)345.82º35.95%60%-
XYZ20.3716.6617.18-
YUV115.93125.22154.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=42.27%
G=27.07%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539811100.360.270.4345.8221.9149.22
Hex99626F0241B2815a1631
Octal23114215704433505322661
Binary100110011100010110111101001001101110100010101101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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