#986075

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

Shades of Mauve Taupe #986075

Tints of Mauve Taupe #986075

Color information

#986075 (or 0x986075) is unknown color: approx Mauve Taupe. HEX triplet: 98, 60 and 75. RGB value is (152,96,117). Sum of RGB (Red+Green+Blue) = 152+96+117=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #986075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986075 is #679F8A. Grayscale: #737373. Windows color (decimal): -6791051 or 7692440. OLE color: 7692440.

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

Color convert

RGB15296117-
CMYK00.370.230.40
HSL337.5º22.58%48.63%-
HSV(B)337.5º36.84%59.61%-
XYZ20.3416.3318.91-
YUV115.14129.05154.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=41.64%
G=26.30%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529611700.370.230.40337.522.5848.63
Hex98607502517281521731
Octal23014016504527505222761
Binary100110001100000111010101001011011110100010101001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986075; }

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

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

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

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

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

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

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

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