Html Css Color HEX #986473 Mauve Taupe

📋 copy color: '#986473'

red 152 ◦ green 100 ◦ blue 115

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

Shades of Mauve Taupe #986473

Tints of Mauve Taupe #986473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 41.42%
G = 27.25%
B = 31.34%

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

#986473 (or 0x986473) is known color: Mauve Taupe. HEX triplet: 98, 64 and 73. RGB value is (152,100,115). Sum of RGB (Red+Green+Blue) = 152+100+115=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #986473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986473 is #679B8C. Grayscale: #757575. Windows color (decimal): -6790029 or 7562392. OLE color: 7562392.

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

Color convert

RGB 152 100 115 -
CMYK 0 0.34 0.24 0.40
HSL 342.69º 0.21% 0.49% -
HSV(B) 342.69º 0.34% 0.6% -
XYZ 20.6 17.03 18.42 -
YUV 117.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 152 100 115 0 0.34 0.24 0.40 342.69 0.21 0.49
Hex 98 64 73 0 22 18 28 157 15 31
Octal 230 144 163 0 42 30 50 527 25 61
Binary 10011000 1100100 1110011 0 100010 11000 101000 101010111 10101 110001

Color Harmonies of #986473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986473

Black with #986473

Text Example


Text Example

White with #986473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986473; }

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

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

background-color css

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

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

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

border-color css

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

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

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