Html Css Color HEX #985A73 Mauve Taupe

📋 copy color: '#985A73'

red 152 ◦ green 90 ◦ blue 115

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

Shades of Mauve Taupe #985A73

Tints of Mauve Taupe #985A73

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 42.58%
G = 25.21%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#985A73 (or 0x985A73) is known color: Mauve Taupe. HEX triplet: 98, 5A and 73. RGB value is (152,90,115). Sum of RGB (Red+Green+Blue) = 152+90+115=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #985A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A73 is #67A58C. Grayscale: #6F6F6F. Windows color (decimal): -6792589 or 7559832. OLE color: 7559832.

HSL color Cylindrical-coordinate representation of color #985A73: hue angle of 335.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A73 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 90 115 -
CMYK 0 0.41 0.24 0.40
HSL 335.81º 0.26% 0.47% -
HSV(B) 335.81º 0.41% 0.6% -
XYZ 19.7 15.23 18.12 -
YUV 111.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 152 90 115 0 0.41 0.24 0.40 335.81 0.26 0.47
Hex 98 5A 73 0 29 18 28 150 1A 2F
Octal 230 132 163 0 51 30 50 520 32 57
Binary 10011000 1011010 1110011 0 101001 11000 101000 101010000 11010 101111

Color Harmonies of #985A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A73

Black with #985A73

Text Example


Text Example

White with #985A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,90,115); }

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

background-color css

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

 a { background-color: rgb(152,90,115); }

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

border-color css

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

 span { border-color: rgb(152,90,115); }

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