#986368

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

Shades of Mauve Taupe #986368

Tints of Mauve Taupe #986368

Color information

#986368 (or 0x986368) is unknown color: approx Mauve Taupe. HEX triplet: 98, 63 and 68. RGB value is (152,99,104). Sum of RGB (Red+Green+Blue) = 152+99+104=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #986368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986368 is #679C97. Grayscale: #737373. Windows color (decimal): -6790296 or 6841240. OLE color: 6841240.

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

Color convert

RGB15299104-
CMYK00.350.320.40
HSL354.34º21.12%49.22%-
HSV(B)354.34º34.87%59.61%-
XYZ19.9116.615.25-
YUV115.42121.56154.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=42.82%
G=27.89%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529910400.350.320.40354.3421.1249.22
Hex98636802320281621531
Octal23014315004340505422561
Binary1001100011000111101000010001110000010100010110001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986368; }

 p { color: rgb(152,99,104); }

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

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

 a { background-color: rgb(152,99,104); }

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

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

 span { border-color: rgb(152,99,104); }

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