Html Css Color HEX #986476 Mauve Taupe

📋 copy color: '#986476'

red 152 ◦ green 100 ◦ blue 118

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

Shades of Mauve Taupe #986476

Tints of Mauve Taupe #986476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.03%

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

R = 41.08%
G = 27.03%
B = 31.89%

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

#986476 (or 0x986476) is known color: Mauve Taupe. HEX triplet: 98, 64 and 76. RGB value is (152,100,118). Sum of RGB (Red+Green+Blue) = 152+100+118=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #986476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986476 is #679B89. Grayscale: #757575. Windows color (decimal): -6790026 or 7759000. OLE color: 7759000.

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

Color convert

RGB 152 100 118 -
CMYK 0 0.34 0.22 0.40
HSL 339.23º 0.21% 0.49% -
HSV(B) 339.23º 0.34% 0.6% -
XYZ 20.78 17.1 19.34 -
YUV 117.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 152 100 118 0 0.34 0.22 0.40 339.23 0.21 0.49
Hex 98 64 76 0 22 16 28 153 15 31
Octal 230 144 166 0 42 26 50 523 25 61
Binary 10011000 1100100 1110110 0 100010 10110 101000 101010011 10101 110001

Color Harmonies of #986476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986476

Black with #986476

Text Example


Text Example

White with #986476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986476; }

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

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

background-color css

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

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

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

border-color css

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

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

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