#98606D

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

Shades of Mauve Taupe #98606D

Tints of Mauve Taupe #98606D

Color information

#98606D (or 0x98606D) is unknown color: approx Mauve Taupe. HEX triplet: 98, 60 and 6D. RGB value is (152,96,109). Sum of RGB (Red+Green+Blue) = 152+96+109=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98606D is #679F92. Grayscale: #727272. Windows color (decimal): -6791059 or 7168152. OLE color: 7168152.

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

Color convert

RGB15296109-
CMYK00.370.280.40
HSL346.07º22.58%48.63%-
HSV(B)346.07º36.84%59.61%-
XYZ19.8916.1516.54-
YUV114.23125.05154.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=42.58%
G=26.89%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529610900.370.280.40346.0722.5848.63
Hex98606D0251C2815a1731
Octal23014015504534505322761
Binary100110001100000110110101001011110010100010101101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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