#986177

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

Shades of Mauve Taupe #986177

Tints of Mauve Taupe #986177

Color information

#986177 (or 0x986177) is unknown color: approx Mauve Taupe. HEX triplet: 98, 61 and 77. RGB value is (152,97,119). Sum of RGB (Red+Green+Blue) = 152+97+119=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #986177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986177 is #679E88. Grayscale: #737373. Windows color (decimal): -6790793 or 7823768. OLE color: 7823768.

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

Color convert

RGB15297119-
CMYK00.360.220.40
HSL336º22.09%48.82%-
HSV(B)336º36.18%59.61%-
XYZ20.5516.5619.57-
YUV115.95129.72153.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 97 (38.28% from 255) = 26.36%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=41.30%
G=26.36%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529711900.360.220.4033622.0948.82
Hex98617702416281501631
Octal23014116704426505202661
Binary100110001100001111011101001001011010100010101000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986177; }

 p { color: rgb(152,97,119); }

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

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

 a { background-color: rgb(152,97,119); }

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

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

 span { border-color: rgb(152,97,119); }

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