#98656A

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

Shades of Mauve Taupe #98656A

Tints of Mauve Taupe #98656A

Color information

#98656A (or 0x98656A) is unknown color: approx Mauve Taupe. HEX triplet: 98, 65 and 6A. RGB value is (152,101,106). Sum of RGB (Red+Green+Blue) = 152+101+106=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98656A is #679A95. Grayscale: #747474. Windows color (decimal): -6789782 or 6972824. OLE color: 6972824.

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

Color convert

RGB152101106-
CMYK00.340.300.40
HSL354.12º20.16%49.61%-
HSV(B)354.12º33.55%59.61%-
XYZ20.217.0215.86-
YUV116.82121.9153.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 101 (39.84% from 255) = 28.13%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=42.34%
G=28.13%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210110600.340.300.40354.1220.1649.61
Hex98656A0221E281621432
Octal23014515204236505422462
Binary100110001100101110101001000101111010100010110001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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