Html Css Color HEX #985B6E Mauve Taupe

📋 copy color: '#985B6E'

red 152 ◦ green 91 ◦ blue 110

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

Shades of Mauve Taupe #985B6E

Tints of Mauve Taupe #985B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

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

R = 43.06%
G = 25.78%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#985B6E (or 0x985B6E) is known color: Mauve Taupe. HEX triplet: 98, 5B and 6E. RGB value is (152,91,110). Sum of RGB (Red+Green+Blue) = 152+91+110=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #985B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B6E is #67A491. Grayscale: #6F6F6F. Windows color (decimal): -6792338 or 7232408. OLE color: 7232408.

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

Color convert

RGB 152 91 110 -
CMYK 0 0.40 0.28 0.40
HSL 341.31º 0.25% 0.48% -
HSV(B) 341.31º 0.4% 0.6% -
XYZ 19.5 15.28 16.67 -
YUV 111.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 152 91 110 0 0.40 0.28 0.40 341.31 0.25 0.48
Hex 98 5B 6E 0 28 1C 28 155 19 30
Octal 230 133 156 0 50 34 50 525 31 60
Binary 10011000 1011011 1101110 0 101000 11100 101000 101010101 11001 110000

Color Harmonies of #985B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B6E

Black with #985B6E

Text Example


Text Example

White with #985B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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