Html Css Color HEX #986376 Mauve Taupe

📋 copy color: '#986376'

red 152 ◦ green 99 ◦ blue 118

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

Shades of Mauve Taupe #986376

Tints of Mauve Taupe #986376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 41.19%
G = 26.83%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#986376 (or 0x986376) is known color: Mauve Taupe. HEX triplet: 98, 63 and 76. RGB value is (152,99,118). Sum of RGB (Red+Green+Blue) = 152+99+118=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #986376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986376 is #679C89. Grayscale: #747474. Windows color (decimal): -6790282 or 7758744. OLE color: 7758744.

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

Color convert

RGB 152 99 118 -
CMYK 0 0.35 0.22 0.40
HSL 338.49º 0.21% 0.49% -
HSV(B) 338.49º 0.35% 0.6% -
XYZ 20.68 16.91 19.31 -
YUV 117.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 152 99 118 0 0.35 0.22 0.40 338.49 0.21 0.49
Hex 98 63 76 0 23 16 28 152 15 31
Octal 230 143 166 0 43 26 50 522 25 61
Binary 10011000 1100011 1110110 0 100011 10110 101000 101010010 10101 110001

Color Harmonies of #986376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986376

Black with #986376

Text Example


Text Example

White with #986376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986376; }

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

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

background-color css

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

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

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

border-color css

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

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

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