Html Css Color HEX #986574 Mauve Taupe

📋 copy color: '#986574'

red 152 ◦ green 101 ◦ blue 116

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

Shades of Mauve Taupe #986574

Tints of Mauve Taupe #986574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

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

R = 41.19%
G = 27.37%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#986574 (or 0x986574) is known color: Mauve Taupe. HEX triplet: 98, 65 and 74. RGB value is (152,101,116). Sum of RGB (Red+Green+Blue) = 152+101+116=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #986574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986574 is #679A8B. Grayscale: #757575. Windows color (decimal): -6789772 or 7628184. OLE color: 7628184.

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

Color convert

RGB 152 101 116 -
CMYK 0 0.34 0.24 0.40
HSL 342.35º 0.2% 0.5% -
HSV(B) 342.35º 0.34% 0.6% -
XYZ 20.75 17.24 18.76 -
YUV 117.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 152 101 116 0 0.34 0.24 0.40 342.35 0.2 0.5
Hex 98 65 74 0 22 18 28 156 14 32
Octal 230 145 164 0 42 30 50 526 24 62
Binary 10011000 1100101 1110100 0 100010 11000 101000 101010110 10100 110010

Color Harmonies of #986574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986574

Black with #986574

Text Example


Text Example

White with #986574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986574; }

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

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

background-color css

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

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

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

border-color css

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

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

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