Html Css Color HEX #986071 Mauve Taupe

📋 copy color: '#986071'

red 152 ◦ green 96 ◦ blue 113

#986071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #986071

Tints of Mauve Taupe #986071

RGB

 RED value IS 152 (59.77% from 255) = 42.11%

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 42.11%
G = 26.59%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#986071 (or 0x986071) is known color: Mauve Taupe. HEX triplet: 98, 60 and 71. RGB value is (152,96,113). Sum of RGB (Red+Green+Blue) = 152+96+113=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #986071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986071 is #679F8E. Grayscale: #727272. Windows color (decimal): -6791055 or 7430296. OLE color: 7430296.

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

Color convert

RGB 152 96 113 -
CMYK 0 0.37 0.26 0.40
HSL 341.79º 0.23% 0.49% -
HSV(B) 341.79º 0.37% 0.6% -
XYZ 20.11 16.23 17.7 -
YUV 114.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 152 96 113 0 0.37 0.26 0.40 341.79 0.23 0.49
Hex 98 60 71 0 25 1A 28 156 17 31
Octal 230 140 161 0 45 32 50 526 27 61
Binary 10011000 1100000 1110001 0 100101 11010 101000 101010110 10111 110001

Color Harmonies of #986071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986071

Black with #986071

Text Example


Text Example

White with #986071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986071; }

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

 H1.HeaderClassName
 {
   color: #986071;
 }
 .AnyTagClassName
 {
   color: #986071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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