#98616C

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

Shades of Mauve Taupe #98616C

Tints of Mauve Taupe #98616C

Color information

#98616C (or 0x98616C) is unknown color: approx Mauve Taupe. HEX triplet: 98, 61 and 6C. RGB value is (152,97,108). Sum of RGB (Red+Green+Blue) = 152+97+108=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98616C is #679E93. Grayscale: #727272. Windows color (decimal): -6790804 or 7102872. OLE color: 7102872.

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

Color convert

RGB15297108-
CMYK00.360.290.40
HSL348º22.09%48.82%-
HSV(B)348º36.18%59.61%-
XYZ19.9316.3116.28-
YUV114.7124.22154.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=42.58%
G=27.17%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529710800.360.290.4034822.0948.82
Hex98616C0241D2815c1631
Octal23014115404435505342661
Binary100110001100001110110001001001110110100010101110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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