Html Css Color HEX #985E73 Mauve Taupe

📋 copy color: '#985E73'

red 152 ◦ green 94 ◦ blue 115

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

Shades of Mauve Taupe #985E73

Tints of Mauve Taupe #985E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

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

R = 42.11%
G = 26.04%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#985E73 (or 0x985E73) is known color: Mauve Taupe. HEX triplet: 98, 5E and 73. RGB value is (152,94,115). Sum of RGB (Red+Green+Blue) = 152+94+115=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #985E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E73 is #67A18C. Grayscale: #717171. Windows color (decimal): -6791565 or 7560856. OLE color: 7560856.

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

Color convert

RGB 152 94 115 -
CMYK 0 0.38 0.24 0.40
HSL 338.28º 0.24% 0.48% -
HSV(B) 338.28º 0.38% 0.6% -
XYZ 20.05 15.92 18.24 -
YUV 113.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 152 94 115 0 0.38 0.24 0.40 338.28 0.24 0.48
Hex 98 5E 73 0 26 18 28 152 18 30
Octal 230 136 163 0 46 30 50 522 30 60
Binary 10011000 1011110 1110011 0 100110 11000 101000 101010010 11000 110000

Color Harmonies of #985E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E73

Black with #985E73

Text Example


Text Example

White with #985E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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