#996169

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

Shades of Mauve Taupe #996169

Tints of Mauve Taupe #996169

Color information

#996169 (or 0x996169) is unknown color: approx Mauve Taupe. HEX triplet: 99, 61 and 69. RGB value is (153,97,105). Sum of RGB (Red+Green+Blue) = 153+97+105=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996169 is #669E96. Grayscale: #727272. Windows color (decimal): -6725271 or 6906265. OLE color: 6906265.

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

Color convert

RGB15397105-
CMYK00.370.310.4
HSL351.43º22.4%49.02%-
HSV(B)351.43º36.6%60%-
XYZ19.9616.3415.47-
YUV114.66122.55155.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=43.10%
G=27.32%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539710500.370.310.4351.4322.449.02
Hex9961690251F2815f1631
Octal23114115104537505372661
Binary100110011100001110100101001011111110100010101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996169; }

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

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

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

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

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

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

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

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