Html Css Color HEX #985F6A Mauve Taupe

📋 copy color: '#985F6A'

red 152 ◦ green 95 ◦ blue 106

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

Shades of Mauve Taupe #985F6A

Tints of Mauve Taupe #985F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 43.06%
G = 26.91%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#985F6A (or 0x985F6A) is known color: Mauve Taupe. HEX triplet: 98, 5F and 6A. RGB value is (152,95,106). Sum of RGB (Red+Green+Blue) = 152+95+106=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #985F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985F6A is #67A095. Grayscale: #717171. Windows color (decimal): -6791318 or 6971288. OLE color: 6971288.

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

Color convert

RGB 152 95 106 -
CMYK 0 0.38 0.30 0.40
HSL 348.42º 0.23% 0.48% -
HSV(B) 348.42º 0.38% 0.6% -
XYZ 19.64 15.9 15.67 -
YUV 113.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 152 95 106 0 0.38 0.30 0.40 348.42 0.23 0.48
Hex 98 5F 6A 0 26 1E 28 15C 17 30
Octal 230 137 152 0 46 36 50 534 27 60
Binary 10011000 1011111 1101010 0 100110 11110 101000 101011100 10111 110000

Color Harmonies of #985F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985F6A

Black with #985F6A

Text Example


Text Example

White with #985F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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