Html Css Color HEX #985C6E Mauve Taupe

📋 copy color: '#985C6E'

red 152 ◦ green 92 ◦ blue 110

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

Shades of Mauve Taupe #985C6E

Tints of Mauve Taupe #985C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 42.94%
G = 25.99%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#985C6E (or 0x985C6E) is known color: Mauve Taupe. HEX triplet: 98, 5C and 6E. RGB value is (152,92,110). Sum of RGB (Red+Green+Blue) = 152+92+110=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #985C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C6E is #67A391. Grayscale: #6F6F6F. Windows color (decimal): -6792082 or 7232664. OLE color: 7232664.

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

Color convert

RGB 152 92 110 -
CMYK 0 0.39 0.28 0.40
HSL 342º 0.25% 0.48% -
HSV(B) 342º 0.39% 0.6% -
XYZ 19.59 15.46 16.7 -
YUV 111.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 152 92 110 0 0.39 0.28 0.40 342 0.25 0.48
Hex 98 5C 6E 0 27 1C 28 156 19 30
Octal 230 134 156 0 47 34 50 526 31 60
Binary 10011000 1011100 1101110 0 100111 11100 101000 101010110 11001 110000

Color Harmonies of #985C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985C6E

Black with #985C6E

Text Example


Text Example

White with #985C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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