#98646D

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

Shades of Mauve Taupe #98646D

Tints of Mauve Taupe #98646D

Color information

#98646D (or 0x98646D) is unknown color: approx Mauve Taupe. HEX triplet: 98, 64 and 6D. RGB value is (152,100,109). Sum of RGB (Red+Green+Blue) = 152+100+109=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98646D is #679B92. Grayscale: #747474. Windows color (decimal): -6790035 or 7169176. OLE color: 7169176.

HSL color Cylindrical-coordinate representation of color #98646D: hue angle of 349.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98646D is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152100109-
CMYK00.340.280.40
HSL349.62º20.63%49.41%-
HSV(B)349.62º34.21%59.61%-
XYZ20.2716.8916.66-
YUV116.57123.73153.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=42.11%
G=27.70%
B=30.19%

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
Decimal15210010900.340.280.40349.6220.6349.41
Hex98646D0221C2815e1531
Octal23014415504234505362561
Binary100110001100100110110101000101110010100010101111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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