Html Css Color HEX #98566E Mauve Taupe

📋 copy color: '#98566E'

red 152 ◦ green 86 ◦ blue 110

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

Shades of Mauve Taupe #98566E

Tints of Mauve Taupe #98566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.71%

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

R = 43.68%
G = 24.71%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98566E (or 0x98566E) is known color: Mauve Taupe. HEX triplet: 98, 56 and 6E. RGB value is (152,86,110). Sum of RGB (Red+Green+Blue) = 152+86+110=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #98566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98566E is #67A991. Grayscale: #6C6C6C. Windows color (decimal): -6793618 or 7231128. OLE color: 7231128.

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

Color convert

RGB 152 86 110 -
CMYK 0 0.43 0.28 0.40
HSL 338.18º 0.28% 0.47% -
HSV(B) 338.18º 0.43% 0.6% -
XYZ 19.09 14.46 16.54 -
YUV 108.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 152 86 110 0 0.43 0.28 0.40 338.18 0.28 0.47
Hex 98 56 6E 0 2B 1C 28 152 1C 2F
Octal 230 126 156 0 53 34 50 522 34 57
Binary 10011000 1010110 1101110 0 101011 11100 101000 101010010 11100 101111

Color Harmonies of #98566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98566E

Black with #98566E

Text Example


Text Example

White with #98566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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