Html Css Color HEX #985C6F Mauve Taupe

📋 copy color: '#985C6F'

red 152 ◦ green 92 ◦ blue 111

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

Shades of Mauve Taupe #985C6F

Tints of Mauve Taupe #985C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

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

R = 42.82%
G = 25.92%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#985C6F (or 0x985C6F) is known color: Mauve Taupe. HEX triplet: 98, 5C and 6F. RGB value is (152,92,111). Sum of RGB (Red+Green+Blue) = 152+92+111=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C6F is #67A390. Grayscale: #707070. Windows color (decimal): -6792081 or 7298200. OLE color: 7298200.

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

Color convert

RGB 152 92 111 -
CMYK 0 0.39 0.27 0.40
HSL 341º 0.25% 0.48% -
HSV(B) 341º 0.39% 0.6% -
XYZ 19.65 15.48 16.99 -
YUV 112.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 152 92 111 0 0.39 0.27 0.40 341 0.25 0.48
Hex 98 5C 6F 0 27 1B 28 155 19 30
Octal 230 134 157 0 47 33 50 525 31 60
Binary 10011000 1011100 1101111 0 100111 11011 101000 101010101 11001 110000

Color Harmonies of #985C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C6F

Black with #985C6F

Text Example


Text Example

White with #985C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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