Html Css Color HEX #986874 Mauve Taupe

📋 copy color: '#986874'

red 152 ◦ green 104 ◦ blue 116

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

Shades of Mauve Taupe #986874

Tints of Mauve Taupe #986874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 40.86%
G = 27.96%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#986874 (or 0x986874) is known color: Mauve Taupe. HEX triplet: 98, 68 and 74. RGB value is (152,104,116). Sum of RGB (Red+Green+Blue) = 152+104+116=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #986874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986874 is #67978B. Grayscale: #777777. Windows color (decimal): -6789004 or 7628952. OLE color: 7628952.

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

Color convert

RGB 152 104 116 -
CMYK 0 0.32 0.24 0.40
HSL 345º 0.19% 0.5% -
HSV(B) 345º 0.32% 0.6% -
XYZ 21.05 17.84 18.86 -
YUV 119.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 152 104 116 0 0.32 0.24 0.40 345 0.19 0.5
Hex 98 68 74 0 20 18 28 159 13 32
Octal 230 150 164 0 40 30 50 531 23 62
Binary 10011000 1101000 1110100 0 100000 11000 101000 101011001 10011 110010

Color Harmonies of #986874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986874

Black with #986874

Text Example


Text Example

White with #986874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986874; }

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

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

background-color css

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

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

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

border-color css

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

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

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