#986067

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

Shades of Mauve Taupe #986067

Tints of Mauve Taupe #986067

Color information

#986067 (or 0x986067) is unknown color: approx Mauve Taupe. HEX triplet: 98, 60 and 67. RGB value is (152,96,103). Sum of RGB (Red+Green+Blue) = 152+96+103=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #986067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986067 is #679F98. Grayscale: #717171. Windows color (decimal): -6791065 or 6774936. OLE color: 6774936.

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

Color convert

RGB15296103-
CMYK00.370.320.40
HSL352.5º22.58%48.63%-
HSV(B)352.5º36.84%59.61%-
XYZ19.5816.0214.89-
YUV113.54122.05155.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=43.30%
G=27.35%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529610300.370.320.40352.522.5848.63
Hex98606702520281601731
Octal23014014704540505402761
Binary1001100011000001100111010010110000010100010110000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986067; }

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

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

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

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

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

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

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

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