Html Css Color HEX #986070 Mauve Taupe

📋 copy color: '#986070'

red 152 ◦ green 96 ◦ blue 112

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

Shades of Mauve Taupe #986070

Tints of Mauve Taupe #986070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 42.22%
G = 26.67%
B = 31.11%

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

#986070 (or 0x986070) is known color: Mauve Taupe. HEX triplet: 98, 60 and 70. RGB value is (152,96,112). Sum of RGB (Red+Green+Blue) = 152+96+112=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #986070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986070 is #679F8F. Grayscale: #727272. Windows color (decimal): -6791056 or 7364760. OLE color: 7364760.

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

Color convert

RGB 152 96 112 -
CMYK 0 0.37 0.26 0.40
HSL 342.86º 0.23% 0.49% -
HSV(B) 342.86º 0.37% 0.6% -
XYZ 20.06 16.21 17.4 -
YUV 114.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 152 96 112 0 0.37 0.26 0.40 342.86 0.23 0.49
Hex 98 60 70 0 25 1A 28 157 17 31
Octal 230 140 160 0 45 32 50 527 27 61
Binary 10011000 1100000 1110000 0 100101 11010 101000 101010111 10111 110001

Color Harmonies of #986070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986070

Black with #986070

Text Example


Text Example

White with #986070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986070; }

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

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

background-color css

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

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

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

border-color css

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

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

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