Html Css Color HEX #986773 Mauve Taupe

📋 copy color: '#986773'

red 152 ◦ green 103 ◦ blue 115

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

Shades of Mauve Taupe #986773

Tints of Mauve Taupe #986773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

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

R = 41.08%
G = 27.84%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#986773 (or 0x986773) is known color: Mauve Taupe. HEX triplet: 98, 67 and 73. RGB value is (152,103,115). Sum of RGB (Red+Green+Blue) = 152+103+115=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #986773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986773 is #67988C. Grayscale: #777777. Windows color (decimal): -6789261 or 7563160. OLE color: 7563160.

HSL color Cylindrical-coordinate representation of color #986773: hue angle of 345.31º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986773 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 115 -
CMYK 0 0.32 0.24 0.40
HSL 345.31º 0.19% 0.5% -
HSV(B) 345.31º 0.32% 0.6% -
XYZ 20.89 17.61 18.52 -
YUV 119.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 152 103 115 0 0.32 0.24 0.40 345.31 0.19 0.5
Hex 98 67 73 0 20 18 28 159 13 32
Octal 230 147 163 0 40 30 50 531 23 62
Binary 10011000 1100111 1110011 0 100000 11000 101000 101011001 10011 110010

Color Harmonies of #986773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986773

Black with #986773

Text Example


Text Example

White with #986773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986773; }

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

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

background-color css

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

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

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

border-color css

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

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

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