Html Css Color HEX #986976 Mauve Taupe

📋 copy color: '#986976'

red 152 ◦ green 105 ◦ blue 118

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

Shades of Mauve Taupe #986976

Tints of Mauve Taupe #986976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 40.53%
G = 28%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#986976 (or 0x986976) is known color: Mauve Taupe. HEX triplet: 98, 69 and 76. RGB value is (152,105,118). Sum of RGB (Red+Green+Blue) = 152+105+118=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #986976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986976 is #679689. Grayscale: #787878. Windows color (decimal): -6788746 or 7760280. OLE color: 7760280.

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

Color convert

RGB 152 105 118 -
CMYK 0 0.31 0.22 0.40
HSL 343.4º 0.19% 0.5% -
HSV(B) 343.4º 0.31% 0.6% -
XYZ 21.27 18.09 19.51 -
YUV 120.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 152 105 118 0 0.31 0.22 0.40 343.4 0.19 0.5
Hex 98 69 76 0 1F 16 28 157 13 32
Octal 230 151 166 0 37 26 50 527 23 62
Binary 10011000 1101001 1110110 0 11111 10110 101000 101010111 10011 110010

Color Harmonies of #986976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986976

Black with #986976

Text Example


Text Example

White with #986976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986976; }

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

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

background-color css

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

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

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

border-color css

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

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

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