#98606C

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

Shades of Mauve Taupe #98606C

Tints of Mauve Taupe #98606C

Color information

#98606C (or 0x98606C) is unknown color: approx Mauve Taupe. HEX triplet: 98, 60 and 6C. RGB value is (152,96,108). Sum of RGB (Red+Green+Blue) = 152+96+108=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98606C is #679F93. Grayscale: #727272. Windows color (decimal): -6791060 or 7102616. OLE color: 7102616.

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

Color convert

RGB15296108-
CMYK00.370.290.40
HSL347.14º22.58%48.63%-
HSV(B)347.14º36.84%59.61%-
XYZ19.8416.1216.25-
YUV114.11124.55155.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=42.70%
G=26.97%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529610800.370.290.40347.1422.5848.63
Hex98606C0251D2815b1731
Octal23014015404535505332761
Binary100110001100000110110001001011110110100010101101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98606C; }

 p { color: rgb(152,96,108); }

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

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

 a { background-color: rgb(152,96,108); }

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

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

 span { border-color: rgb(152,96,108); }

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