#986772

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

Shades of Mauve Taupe #986772

Tints of Mauve Taupe #986772

Color information

#986772 (or 0x986772) is unknown color: approx Mauve Taupe. HEX triplet: 98, 67 and 72. RGB value is (152,103,114). Sum of RGB (Red+Green+Blue) = 152+103+114=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #986772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986772 is #67988D. Grayscale: #767676. Windows color (decimal): -6789262 or 7497624. OLE color: 7497624.

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

Color convert

RGB152103114-
CMYK00.320.250.40
HSL346.53º19.22%50%-
HSV(B)346.53º32.24%59.61%-
XYZ20.8417.5918.22-
YUV118.9125.23151.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=41.19%
G=27.91%
B=30.89%

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
Decimal15210311400.320.250.40346.5319.2250
Hex986772020192815b1332
Octal23014716204031505332362
Binary100110001100111111001001000001100110100010101101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986772; }

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

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

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

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

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

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

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

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