Html Css Color HEX #986974 Mauve Taupe

📋 copy color: '#986974'

red 152 ◦ green 105 ◦ blue 116

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

Shades of Mauve Taupe #986974

Tints of Mauve Taupe #986974

RGB

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

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

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

R = 40.75%
G = 28.15%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#986974 (or 0x986974) is known color: Mauve Taupe. HEX triplet: 98, 69 and 74. RGB value is (152,105,116). Sum of RGB (Red+Green+Blue) = 152+105+116=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #986974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986974 is #67968B. Grayscale: #787878. Windows color (decimal): -6788748 or 7629208. OLE color: 7629208.

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

Color convert

RGB 152 105 116 -
CMYK 0 0.31 0.24 0.40
HSL 345.96º 0.19% 0.5% -
HSV(B) 345.96º 0.31% 0.6% -
XYZ 21.15 18.04 18.89 -
YUV 120.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 152 105 116 0 0.31 0.24 0.40 345.96 0.19 0.5
Hex 98 69 74 0 1F 18 28 15A 13 32
Octal 230 151 164 0 37 30 50 532 23 62
Binary 10011000 1101001 1110100 0 11111 11000 101000 101011010 10011 110010

Color Harmonies of #986974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986974

Black with #986974

Text Example


Text Example

White with #986974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986974; }

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

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

background-color css

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

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

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

border-color css

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

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

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