#986872

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

Shades of Mauve Taupe #986872

Tints of Mauve Taupe #986872

Color information

#986872 (or 0x986872) is unknown color: approx Mauve Taupe. HEX triplet: 98, 68 and 72. RGB value is (152,104,114). Sum of RGB (Red+Green+Blue) = 152+104+114=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #986872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986872 is #67978D. Grayscale: #777777. Windows color (decimal): -6789006 or 7497880. OLE color: 7497880.

HSL color Cylindrical-coordinate representation of color #986872: hue angle of 347.5º 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 #986872 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB152104114-
CMYK00.320.250.40
HSL347.5º18.9%50.2%-
HSV(B)347.5º31.58%59.61%-
XYZ20.9417.7918.25-
YUV119.49124.9151.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=41.08%
G=28.11%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210411400.320.250.40347.518.950.2
Hex986872020192815c1332
Octal23015016204031505342362
Binary100110001101000111001001000001100110100010101110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986872; }

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

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

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

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

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

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

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

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