#996872

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

Shades of Mauve Taupe #996872

Tints of Mauve Taupe #996872

Color information

#996872 (or 0x996872) is unknown color: approx Mauve Taupe. HEX triplet: 99, 68 and 72. RGB value is (153,104,114). Sum of RGB (Red+Green+Blue) = 153+104+114=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996872 is #66978D. Grayscale: #777777. Windows color (decimal): -6723470 or 7497881. OLE color: 7497881.

HSL color Cylindrical-coordinate representation of color #996872: hue angle of 347.76º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996872 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB153104114-
CMYK00.320.250.4
HSL347.76º19.37%50.39%-
HSV(B)347.76º32.03%60%-
XYZ21.1217.8918.26-
YUV119.79124.73151.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=41.24%
G=28.03%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310411400.320.250.4347.7619.3750.39
Hex996872020192815c1332
Octal23115016204031505342362
Binary100110011101000111001001000001100110100010101110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996872; }

 p { color: rgb(153,104,114); }

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

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

 a { background-color: rgb(153,104,114); }

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

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

 span { border-color: rgb(153,104,114); }

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