#98656B

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

Shades of Mauve Taupe #98656B

Tints of Mauve Taupe #98656B

Color information

#98656B (or 0x98656B) is unknown color: approx Mauve Taupe. HEX triplet: 98, 65 and 6B. RGB value is (152,101,107). Sum of RGB (Red+Green+Blue) = 152+101+107=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98656B is #679A94. Grayscale: #747474. Windows color (decimal): -6789781 or 7038360. OLE color: 7038360.

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

Color convert

RGB152101107-
CMYK00.340.300.40
HSL352.94º20.16%49.61%-
HSV(B)352.94º33.55%59.61%-
XYZ20.2617.0416.13-
YUV116.93122.4153.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=42.22%
G=28.06%
B=29.72%

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
Decimal15210110700.340.300.40352.9420.1649.61
Hex98656B0221E281611432
Octal23014515304236505412462
Binary100110001100101110101101000101111010100010110000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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