Html Css Color HEX #98586C Mauve Taupe

📋 copy color: '#98586C'

red 152 ◦ green 88 ◦ blue 108

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

Shades of Mauve Taupe #98586C

Tints of Mauve Taupe #98586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 43.68%
G = 25.29%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98586C (or 0x98586C) is known color: Mauve Taupe. HEX triplet: 98, 58 and 6C. RGB value is (152,88,108). Sum of RGB (Red+Green+Blue) = 152+88+108=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98586C is #67A793. Grayscale: #6D6D6D. Windows color (decimal): -6793108 or 7100568. OLE color: 7100568.

HSL color Cylindrical-coordinate representation of color #98586C: hue angle of 341.25º 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 #98586C is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 108 -
CMYK 0 0.42 0.29 0.40
HSL 341.25º 0.27% 0.47% -
HSV(B) 341.25º 0.42% 0.6% -
XYZ 19.15 14.74 16.02 -
YUV 109.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 152 88 108 0 0.42 0.29 0.40 341.25 0.27 0.47
Hex 98 58 6C 0 2A 1D 28 155 1B 2F
Octal 230 130 154 0 52 35 50 525 33 57
Binary 10011000 1011000 1101100 0 101010 11101 101000 101010101 11011 101111

Color Harmonies of #98586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98586C

Black with #98586C

Text Example


Text Example

White with #98586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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