#986072

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

Shades of Mauve Taupe #986072

Tints of Mauve Taupe #986072

Color information

#986072 (or 0x986072) is unknown color: approx Mauve Taupe. HEX triplet: 98, 60 and 72. RGB value is (152,96,114). Sum of RGB (Red+Green+Blue) = 152+96+114=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #986072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986072 is #679F8D. Grayscale: #727272. Windows color (decimal): -6791054 or 7495832. OLE color: 7495832.

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

Color convert

RGB15296114-
CMYK00.370.250.40
HSL340.71º22.58%48.63%-
HSV(B)340.71º36.84%59.61%-
XYZ20.1716.2617.99-
YUV114.8127.55154.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=41.99%
G=26.52%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529611400.370.250.40340.7122.5848.63
Hex98607202519281551731
Octal23014016204531505252761
Binary100110001100000111001001001011100110100010101010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986072; }

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

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

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

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

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

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

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

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