#986470

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

Shades of Mauve Taupe #986470

Tints of Mauve Taupe #986470

Color information

#986470 (or 0x986470) is unknown color: approx Mauve Taupe. HEX triplet: 98, 64 and 70. RGB value is (152,100,112). Sum of RGB (Red+Green+Blue) = 152+100+112=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #986470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986470 is #679B8F. Grayscale: #747474. Windows color (decimal): -6790032 or 7365784. OLE color: 7365784.

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

Color convert

RGB152100112-
CMYK00.340.260.40
HSL346.15º20.63%49.41%-
HSV(B)346.15º34.21%59.61%-
XYZ20.4316.9617.53-
YUV116.92125.23153.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=41.76%
G=27.47%
B=30.77%

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
Decimal15210011200.340.260.40346.1520.6349.41
Hex9864700221A2815a1531
Octal23014416004232505322561
Binary100110001100100111000001000101101010100010101101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986470; }

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

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

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

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

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

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

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

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