Html Css Color HEX #986576 Mauve Taupe

📋 copy color: '#986576'

red 152 ◦ green 101 ◦ blue 118

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

Shades of Mauve Taupe #986576

Tints of Mauve Taupe #986576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 40.97%
G = 27.22%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#986576 (or 0x986576) is known color: Mauve Taupe. HEX triplet: 98, 65 and 76. RGB value is (152,101,118). Sum of RGB (Red+Green+Blue) = 152+101+118=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #986576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986576 is #679A89. Grayscale: #767676. Windows color (decimal): -6789770 or 7759256. OLE color: 7759256.

HSL color Cylindrical-coordinate representation of color #986576: hue angle of 340º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986576 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 101 118 -
CMYK 0 0.34 0.22 0.40
HSL 340º 0.2% 0.5% -
HSV(B) 340º 0.34% 0.6% -
XYZ 20.87 17.29 19.38 -
YUV 118.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 152 101 118 0 0.34 0.22 0.40 340 0.2 0.5
Hex 98 65 76 0 22 16 28 154 14 32
Octal 230 145 166 0 42 26 50 524 24 62
Binary 10011000 1100101 1110110 0 100010 10110 101000 101010100 10100 110010

Color Harmonies of #986576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986576

Black with #986576

Text Example


Text Example

White with #986576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986576; }

 p { color: rgb(152,101,118); }

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

background-color css

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

 a { background-color: rgb(152,101,118); }

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

border-color css

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

 span { border-color: rgb(152,101,118); }

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