#986471

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

Shades of Mauve Taupe #986471

Tints of Mauve Taupe #986471

Color information

#986471 (or 0x986471) is unknown color: approx Mauve Taupe. HEX triplet: 98, 64 and 71. RGB value is (152,100,113). Sum of RGB (Red+Green+Blue) = 152+100+113=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #986471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986471 is #679B8E. Grayscale: #757575. Windows color (decimal): -6790031 or 7431320. OLE color: 7431320.

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

Color convert

RGB152100113-
CMYK00.340.260.40
HSL345º20.63%49.41%-
HSV(B)345º34.21%59.61%-
XYZ20.4916.9817.82-
YUV117.03125.73152.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=41.64%
G=27.40%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210011300.340.260.4034520.6349.41
Hex9864710221A281591531
Octal23014416104232505312561
Binary100110001100100111000101000101101010100010101100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986471; }

 p { color: rgb(152,100,113); }

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

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

 a { background-color: rgb(152,100,113); }

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

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

 span { border-color: rgb(152,100,113); }

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