Html Css Color HEX #986870 Mauve Taupe

📋 copy color: '#986870'

red 152 ◦ green 104 ◦ blue 112

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

Shades of Mauve Taupe #986870

Tints of Mauve Taupe #986870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

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

R = 41.3%
G = 28.26%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#986870 (or 0x986870) is known color: Mauve Taupe. HEX triplet: 98, 68 and 70. RGB value is (152,104,112). Sum of RGB (Red+Green+Blue) = 152+104+112=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #986870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986870 is #67978F. Grayscale: #777777. Windows color (decimal): -6789008 or 7366808. OLE color: 7366808.

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

Color convert

RGB 152 104 112 -
CMYK 0 0.32 0.26 0.40
HSL 350º 0.19% 0.5% -
HSV(B) 350º 0.32% 0.6% -
XYZ 20.82 17.75 17.66 -
YUV 119.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 152 104 112 0 0.32 0.26 0.40 350 0.19 0.5
Hex 98 68 70 0 20 1A 28 15E 13 32
Octal 230 150 160 0 40 32 50 536 23 62
Binary 10011000 1101000 1110000 0 100000 11010 101000 101011110 10011 110010

Color Harmonies of #986870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986870

Black with #986870

Text Example


Text Example

White with #986870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986870; }

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

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

background-color css

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

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

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

border-color css

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

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

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