Html Css Color HEX #985E6F Mauve Taupe

📋 copy color: '#985E6F'

red 152 ◦ green 94 ◦ blue 111

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

Shades of Mauve Taupe #985E6F

Tints of Mauve Taupe #985E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.09%

R = 42.58%
G = 26.33%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#985E6F (or 0x985E6F) is known color: Mauve Taupe. HEX triplet: 98, 5E and 6F. RGB value is (152,94,111). Sum of RGB (Red+Green+Blue) = 152+94+111=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #985E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E6F is #67A190. Grayscale: #717171. Windows color (decimal): -6791569 or 7298712. OLE color: 7298712.

HSL color Cylindrical-coordinate representation of color #985E6F: hue angle of 342.41º 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 #985E6F is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 94 111 -
CMYK 0 0.38 0.27 0.40
HSL 342.41º 0.24% 0.48% -
HSV(B) 342.41º 0.38% 0.6% -
XYZ 19.82 15.83 17.05 -
YUV 113.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 152 94 111 0 0.38 0.27 0.40 342.41 0.24 0.48
Hex 98 5E 6F 0 26 1B 28 156 18 30
Octal 230 136 157 0 46 33 50 526 30 60
Binary 10011000 1011110 1101111 0 100110 11011 101000 101010110 11000 110000

Color Harmonies of #985E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985E6F

Black with #985E6F

Text Example


Text Example

White with #985E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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