#986478

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

Shades of Mauve Taupe #986478

Tints of Mauve Taupe #986478

Color information

#986478 (or 0x986478) is unknown color: approx Mauve Taupe. HEX triplet: 98, 64 and 78. RGB value is (152,100,120). Sum of RGB (Red+Green+Blue) = 152+100+120=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #986478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986478 is #679B87. Grayscale: #757575. Windows color (decimal): -6790024 or 7890072. OLE color: 7890072.

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

Color convert

RGB152100120-
CMYK00.340.210.40
HSL336.92º20.63%49.41%-
HSV(B)336.92º34.21%59.61%-
XYZ20.917.1519.98-
YUV117.83129.23152.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 120 (47.27% from 255) = 32.26%
R=40.86%
G=26.88%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210012000.340.210.40336.9220.6349.41
Hex98647802215281511531
Octal23014417004225505212561
Binary100110001100100111100001000101010110100010101000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986478; }

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

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

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

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

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

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

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

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