Html Css Color HEX #986470 Mauve Taupe

📋 copy color: '#986470'

red 152 ◦ green 100 ◦ blue 112

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

Shades of Mauve Taupe #986470

Tints of Mauve Taupe #986470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 41.76%
G = 27.47%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#986470 (or 0x986470) is known color: Mauve Taupe. HEX triplet: 98, 64 and 70. RGB value is (152,100,112). Sum of RGB (Red+Green+Blue) = 152+100+112=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #986470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986470 is #679B8F. Grayscale: #747474. Windows color (decimal): -6790032 or 7365784. OLE color: 7365784.

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

Color convert

RGB 152 100 112 -
CMYK 0 0.34 0.26 0.40
HSL 346.15º 0.21% 0.49% -
HSV(B) 346.15º 0.34% 0.6% -
XYZ 20.43 16.96 17.53 -
YUV 116.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 152 100 112 0 0.34 0.26 0.40 346.15 0.21 0.49
Hex 98 64 70 0 22 1A 28 15A 15 31
Octal 230 144 160 0 42 32 50 532 25 61
Binary 10011000 1100100 1110000 0 100010 11010 101000 101011010 10101 110001

Color Harmonies of #986470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986470

Black with #986470

Text Example


Text Example

White with #986470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986470; }

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

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

background-color css

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

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

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

border-color css

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

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

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