#98656D

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

Shades of Mauve Taupe #98656D

Tints of Mauve Taupe #98656D

Color information

#98656D (or 0x98656D) is unknown color: approx Mauve Taupe. HEX triplet: 98, 65 and 6D. RGB value is (152,101,109). Sum of RGB (Red+Green+Blue) = 152+101+109=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98656D is #679A92. Grayscale: #757575. Windows color (decimal): -6789779 or 7169432. OLE color: 7169432.

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

Color convert

RGB152101109-
CMYK00.340.280.40
HSL350.59º20.16%49.61%-
HSV(B)350.59º33.55%59.61%-
XYZ20.3617.0916.69-
YUV117.16123.4152.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=41.99%
G=27.90%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210110900.340.280.40350.5920.1649.61
Hex98656D0221C2815f1432
Octal23014515504234505372462
Binary100110001100101110110101000101110010100010101111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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