#986467

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

Shades of Mauve Taupe #986467

Tints of Mauve Taupe #986467

Color information

#986467 (or 0x986467) is unknown color: approx Mauve Taupe. HEX triplet: 98, 64 and 67. RGB value is (152,100,103). Sum of RGB (Red+Green+Blue) = 152+100+103=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #986467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986467 is #679B98. Grayscale: #737373. Windows color (decimal): -6790041 or 6775960. OLE color: 6775960.

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

Color convert

RGB152100103-
CMYK00.340.320.40
HSL356.54º20.63%49.41%-
HSV(B)356.54º34.21%59.61%-
XYZ19.9516.7715.02-
YUV115.89120.73153.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 100 (39.45% from 255) = 28.17%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=42.82%
G=28.17%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210010300.340.320.40356.5420.6349.41
Hex98646702220281651531
Octal23014414704240505452561
Binary1001100011001001100111010001010000010100010110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986467; }

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

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

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

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

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

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

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

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