#986578

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

Shades of Mauve Taupe #986578

Tints of Mauve Taupe #986578

Color information

#986578 (or 0x986578) is unknown color: approx Mauve Taupe. HEX triplet: 98, 65 and 78. RGB value is (152,101,120). Sum of RGB (Red+Green+Blue) = 152+101+120=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #986578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986578 is #679A87. Grayscale: #767676. Windows color (decimal): -6789768 or 7890328. OLE color: 7890328.

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

Color convert

RGB152101120-
CMYK00.340.210.40
HSL337.65º20.16%49.61%-
HSV(B)337.65º33.55%59.61%-
XYZ20.9917.3420.01-
YUV118.42128.9151.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=40.75%
G=27.08%
B=32.17%

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
Decimal15210112000.340.210.40337.6520.1649.61
Hex98657802215281521432
Octal23014517004225505222462
Binary100110001100101111100001000101010110100010101001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986578; }

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

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

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

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

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

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

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

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