Html Css Color HEX #985B6A Mauve Taupe

📋 copy color: '#985B6A'

red 152 ◦ green 91 ◦ blue 106

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

Shades of Mauve Taupe #985B6A

Tints of Mauve Taupe #985B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.37%

R = 43.55%
G = 26.07%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#985B6A (or 0x985B6A) is known color: Mauve Taupe. HEX triplet: 98, 5B and 6A. RGB value is (152,91,106). Sum of RGB (Red+Green+Blue) = 152+91+106=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #985B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B6A is #67A495. Grayscale: #6E6E6E. Windows color (decimal): -6792342 or 6970264. OLE color: 6970264.

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

Color convert

RGB 152 91 106 -
CMYK 0 0.40 0.30 0.40
HSL 345.25º 0.25% 0.48% -
HSV(B) 345.25º 0.4% 0.6% -
XYZ 19.29 15.2 15.55 -
YUV 110.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 152 91 106 0 0.40 0.30 0.40 345.25 0.25 0.48
Hex 98 5B 6A 0 28 1E 28 159 19 30
Octal 230 133 152 0 50 36 50 531 31 60
Binary 10011000 1011011 1101010 0 101000 11110 101000 101011001 11001 110000

Color Harmonies of #985B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B6A

Black with #985B6A

Text Example


Text Example

White with #985B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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