#98656C

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

Shades of Mauve Taupe #98656C

Tints of Mauve Taupe #98656C

Color information

#98656C (or 0x98656C) is unknown color: approx Mauve Taupe. HEX triplet: 98, 65 and 6C. RGB value is (152,101,108). Sum of RGB (Red+Green+Blue) = 152+101+108=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98656C is #679A93. Grayscale: #757575. Windows color (decimal): -6789780 or 7103896. OLE color: 7103896.

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

Color convert

RGB152101108-
CMYK00.340.290.40
HSL351.76º20.16%49.61%-
HSV(B)351.76º33.55%59.61%-
XYZ20.3117.0716.41-
YUV117.05122.9152.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 108 (42.58% from 255) = 29.92%
R=42.11%
G=27.98%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210110800.340.290.40351.7620.1649.61
Hex98656C0221D281601432
Octal23014515404235505402462
Binary100110001100101110110001000101110110100010110000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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