Html Css Color HEX #986373 Mauve Taupe

📋 copy color: '#986373'

red 152 ◦ green 99 ◦ blue 115

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

Shades of Mauve Taupe #986373

Tints of Mauve Taupe #986373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 41.53%
G = 27.05%
B = 31.42%

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

#986373 (or 0x986373) is known color: Mauve Taupe. HEX triplet: 98, 63 and 73. RGB value is (152,99,115). Sum of RGB (Red+Green+Blue) = 152+99+115=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #986373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986373 is #679C8C. Grayscale: #747474. Windows color (decimal): -6790285 or 7562136. OLE color: 7562136.

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

Color convert

RGB 152 99 115 -
CMYK 0 0.35 0.24 0.40
HSL 341.89º 0.21% 0.49% -
HSV(B) 341.89º 0.35% 0.6% -
XYZ 20.51 16.84 18.39 -
YUV 116.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 152 99 115 0 0.35 0.24 0.40 341.89 0.21 0.49
Hex 98 63 73 0 23 18 28 156 15 31
Octal 230 143 163 0 43 30 50 526 25 61
Binary 10011000 1100011 1110011 0 100011 11000 101000 101010110 10101 110001

Color Harmonies of #986373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986373

Black with #986373

Text Example


Text Example

White with #986373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986373; }

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

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

background-color css

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

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

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

border-color css

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

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

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