#996263

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

Shades of Mauve Taupe #996263

Tints of Mauve Taupe #996263

Color information

#996263 (or 0x996263) is unknown color: approx Mauve Taupe. HEX triplet: 99, 62 and 63. RGB value is (153,98,99). Sum of RGB (Red+Green+Blue) = 153+98+99=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #996263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996263 is #669D9C. Grayscale: #727272. Windows color (decimal): -6725021 or 6513305. OLE color: 6513305.

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

Color convert

RGB1539899-
CMYK00.360.350.4
HSL358.91º21.91%49.22%-
HSV(B)358.91º35.95%60%-
XYZ19.7616.4113.93-
YUV114.56119.22155.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=43.71%
G=28%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153989900.360.350.4358.9121.9149.22
Hex99626302423281671631
Octal23114214304443505472661
Binary1001100111000101100011010010010001110100010110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996263; }

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

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

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

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

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

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

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

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