Html Css Color HEX #986076 Mauve Taupe

📋 copy color: '#986076'

red 152 ◦ green 96 ◦ blue 118

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

Shades of Mauve Taupe #986076

Tints of Mauve Taupe #986076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

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

R = 41.53%
G = 26.23%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#986076 (or 0x986076) is known color: Mauve Taupe. HEX triplet: 98, 60 and 76. RGB value is (152,96,118). Sum of RGB (Red+Green+Blue) = 152+96+118=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #986076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986076 is #679F89. Grayscale: #737373. Windows color (decimal): -6791050 or 7757976. OLE color: 7757976.

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

Color convert

RGB 152 96 118 -
CMYK 0 0.37 0.22 0.40
HSL 336.43º 0.23% 0.49% -
HSV(B) 336.43º 0.37% 0.6% -
XYZ 20.4 16.35 19.22 -
YUV 115.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 152 96 118 0 0.37 0.22 0.40 336.43 0.23 0.49
Hex 98 60 76 0 25 16 28 150 17 31
Octal 230 140 166 0 45 26 50 520 27 61
Binary 10011000 1100000 1110110 0 100101 10110 101000 101010000 10111 110001

Color Harmonies of #986076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986076

Black with #986076

Text Example


Text Example

White with #986076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986076; }

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

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

background-color css

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

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

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

border-color css

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

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

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