#98616F

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

Shades of Mauve Taupe #98616F

Tints of Mauve Taupe #98616F

Color information

#98616F (or 0x98616F) is unknown color: approx Mauve Taupe. HEX triplet: 98, 61 and 6F. RGB value is (152,97,111). Sum of RGB (Red+Green+Blue) = 152+97+111=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98616F is #679E90. Grayscale: #737373. Windows color (decimal): -6790801 or 7299480. OLE color: 7299480.

HSL color Cylindrical-coordinate representation of color #98616F: hue angle of 344.73º 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 #98616F is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15297111-
CMYK00.360.270.40
HSL344.73º22.09%48.82%-
HSV(B)344.73º36.18%59.61%-
XYZ20.0916.3717.14-
YUV115.04125.72154.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=42.22%
G=26.94%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529711100.360.270.40344.7322.0948.82
Hex98616F0241B281591631
Octal23014115704433505312661
Binary100110001100001110111101001001101110100010101100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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