Html Css Color HEX #98586E Mauve Taupe

📋 copy color: '#98586E'

red 152 ◦ green 88 ◦ blue 110

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

Shades of Mauve Taupe #98586E

Tints of Mauve Taupe #98586E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 43.43%
G = 25.14%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98586E (or 0x98586E) is known color: Mauve Taupe. HEX triplet: 98, 58 and 6E. RGB value is (152,88,110). Sum of RGB (Red+Green+Blue) = 152+88+110=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #98586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98586E is #67A791. Grayscale: #6D6D6D. Windows color (decimal): -6793106 or 7231640. OLE color: 7231640.

HSL color Cylindrical-coordinate representation of color #98586E: hue angle of 339.38º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98586E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 110 -
CMYK 0 0.42 0.28 0.40
HSL 339.38º 0.27% 0.47% -
HSV(B) 339.38º 0.42% 0.6% -
XYZ 19.25 14.78 16.59 -
YUV 109.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 152 88 110 0 0.42 0.28 0.40 339.38 0.27 0.47
Hex 98 58 6E 0 2A 1C 28 153 1B 2F
Octal 230 130 156 0 52 34 50 523 33 57
Binary 10011000 1011000 1101110 0 101010 11100 101000 101010011 11011 101111

Color Harmonies of #98586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98586E

Black with #98586E

Text Example


Text Example

White with #98586E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98586E; }

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

 H1.HeaderClassName
 {
   color: #98586E;
 }
 .AnyTagClassName
 {
   color: #98586E;
 }
</style>

background-color css

<style>
 a { background-color: #98586E; }

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

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

border-color css

<style>
 span { border-color: #98586E; }

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

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