Html Css Color HEX #986374 Mauve Taupe

📋 copy color: '#986374'

red 152 ◦ green 99 ◦ blue 116

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

Shades of Mauve Taupe #986374

Tints of Mauve Taupe #986374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 41.42%
G = 26.98%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#986374 (or 0x986374) is known color: Mauve Taupe. HEX triplet: 98, 63 and 74. RGB value is (152,99,116). Sum of RGB (Red+Green+Blue) = 152+99+116=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #986374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986374 is #679C8B. Grayscale: #747474. Windows color (decimal): -6790284 or 7627672. OLE color: 7627672.

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

Color convert

RGB 152 99 116 -
CMYK 0 0.35 0.24 0.40
HSL 340.75º 0.21% 0.49% -
HSV(B) 340.75º 0.35% 0.6% -
XYZ 20.56 16.86 18.69 -
YUV 116.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 152 99 116 0 0.35 0.24 0.40 340.75 0.21 0.49
Hex 98 63 74 0 23 18 28 155 15 31
Octal 230 143 164 0 43 30 50 525 25 61
Binary 10011000 1100011 1110100 0 100011 11000 101000 101010101 10101 110001

Color Harmonies of #986374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986374

Black with #986374

Text Example


Text Example

White with #986374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986374; }

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

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

background-color css

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

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

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

border-color css

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

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

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