#986775

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

Shades of Mauve Taupe #986775

Tints of Mauve Taupe #986775

Color information

#986775 (or 0x986775) is unknown color: approx Mauve Taupe. HEX triplet: 98, 67 and 75. RGB value is (152,103,117). Sum of RGB (Red+Green+Blue) = 152+103+117=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #986775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986775 is #67988A. Grayscale: #777777. Windows color (decimal): -6789259 or 7694232. OLE color: 7694232.

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

Color convert

RGB152103117-
CMYK00.320.230.40
HSL342.86º19.22%50%-
HSV(B)342.86º32.24%59.61%-
XYZ21.0117.6619.13-
YUV119.25126.73151.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=40.86%
G=27.69%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210311700.320.230.40342.8619.2250
Hex98677502017281571332
Octal23014716504027505272362
Binary100110001100111111010101000001011110100010101011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986775; }

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

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

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

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

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

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

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

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