#98626C

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

Shades of Mauve Taupe #98626C

Tints of Mauve Taupe #98626C

Color information

#98626C (or 0x98626C) is unknown color: approx Mauve Taupe. HEX triplet: 98, 62 and 6C. RGB value is (152,98,108). Sum of RGB (Red+Green+Blue) = 152+98+108=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98626C is #679D93. Grayscale: #737373. Windows color (decimal): -6790548 or 7103128. OLE color: 7103128.

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

Color convert

RGB15298108-
CMYK00.360.290.40
HSL348.89º21.6%49.02%-
HSV(B)348.89º35.53%59.61%-
XYZ20.0216.4916.32-
YUV115.29123.89154.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=42.46%
G=27.37%
B=30.17%

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
Decimal1529810800.360.290.40348.8921.649.02
Hex98626C0241D2815d1631
Octal23014215404435505352661
Binary100110001100010110110001001001110110100010101110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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