#996369

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

Shades of Mauve Taupe #996369

Tints of Mauve Taupe #996369

Color information

#996369 (or 0x996369) is unknown color: approx Mauve Taupe. HEX triplet: 99, 63 and 69. RGB value is (153,99,105). Sum of RGB (Red+Green+Blue) = 153+99+105=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #996369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996369 is #669C96. Grayscale: #737373. Windows color (decimal): -6724759 or 6906777. OLE color: 6906777.

HSL color Cylindrical-coordinate representation of color #996369: hue angle of 353.33º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996369 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15399105-
CMYK00.350.310.4
HSL353.33º21.43%49.41%-
HSV(B)353.33º35.29%60%-
XYZ20.1516.7215.53-
YUV115.83121.89154.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=42.86%
G=27.73%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539910500.350.310.4353.3321.4349.41
Hex9963690231F281611531
Octal23114315104337505412561
Binary100110011100011110100101000111111110100010110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996369; }

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

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

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

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

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

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

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

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