#986367

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

Shades of Mauve Taupe #986367

Tints of Mauve Taupe #986367

Color information

#986367 (or 0x986367) is unknown color: approx Mauve Taupe. HEX triplet: 98, 63 and 67. RGB value is (152,99,103). Sum of RGB (Red+Green+Blue) = 152+99+103=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #986367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986367 is #679C98. Grayscale: #737373. Windows color (decimal): -6790297 or 6775704. OLE color: 6775704.

HSL color Cylindrical-coordinate representation of color #986367: hue angle of 355.47º 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 #986367 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB15299103-
CMYK00.350.320.40
HSL355.47º21.12%49.22%-
HSV(B)355.47º34.87%59.61%-
XYZ19.8616.5814.99-
YUV115.3121.06154.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=42.94%
G=27.97%
B=29.10%

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
Decimal1529910300.350.320.40355.4721.1249.22
Hex98636702320281631531
Octal23014314704340505432561
Binary1001100011000111100111010001110000010100010110001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986367; }

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

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

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

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

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

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

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

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