Html Css Color HEX #986474 Mauve Taupe

📋 copy color: '#986474'

red 152 ◦ green 100 ◦ blue 116

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

Shades of Mauve Taupe #986474

Tints of Mauve Taupe #986474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 41.3%
G = 27.17%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#986474 (or 0x986474) is known color: Mauve Taupe. HEX triplet: 98, 64 and 74. RGB value is (152,100,116). Sum of RGB (Red+Green+Blue) = 152+100+116=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #986474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986474 is #679B8B. Grayscale: #757575. Windows color (decimal): -6790028 or 7627928. OLE color: 7627928.

HSL color Cylindrical-coordinate representation of color #986474: hue angle of 341.54º 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 #986474 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 116 -
CMYK 0 0.34 0.24 0.40
HSL 341.54º 0.21% 0.49% -
HSV(B) 341.54º 0.34% 0.6% -
XYZ 20.66 17.05 18.73 -
YUV 117.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 152 100 116 0 0.34 0.24 0.40 341.54 0.21 0.49
Hex 98 64 74 0 22 18 28 156 15 31
Octal 230 144 164 0 42 30 50 526 25 61
Binary 10011000 1100100 1110100 0 100010 11000 101000 101010110 10101 110001

Color Harmonies of #986474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986474

Black with #986474

Text Example


Text Example

White with #986474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986474; }

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

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

background-color css

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

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

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

border-color css

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

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

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