#986672

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

Shades of Mauve Taupe #986672

Tints of Mauve Taupe #986672

Color information

#986672 (or 0x986672) is unknown color: approx Mauve Taupe. HEX triplet: 98, 66 and 72. RGB value is (152,102,114). Sum of RGB (Red+Green+Blue) = 152+102+114=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #986672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986672 is #67998D. Grayscale: #767676. Windows color (decimal): -6789518 or 7497368. OLE color: 7497368.

HSL color Cylindrical-coordinate representation of color #986672: hue angle of 345.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #986672 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB152102114-
CMYK00.330.250.40
HSL345.6º19.69%49.8%-
HSV(B)345.6º32.89%59.61%-
XYZ20.7417.3918.18-
YUV118.32125.56152.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=41.30%
G=27.72%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210211400.330.250.40345.619.6949.8
Hex986672021192815a1432
Octal23014616204131505322462
Binary100110001100110111001001000011100110100010101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986672; }

 p { color: rgb(152,102,114); }

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

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

 a { background-color: rgb(152,102,114); }

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

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

 span { border-color: rgb(152,102,114); }

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