Html Css Color HEX #986063 Mauve Taupe

📋 copy color: '#986063'

red 152 ◦ green 96 ◦ blue 99

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

Shades of Mauve Taupe #986063

Tints of Mauve Taupe #986063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 43.8%
G = 27.67%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#986063 (or 0x986063) is known color: Mauve Taupe. HEX triplet: 98, 60 and 63. RGB value is (152,96,99). Sum of RGB (Red+Green+Blue) = 152+96+99=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #986063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986063 is #679F9C. Grayscale: #717171. Windows color (decimal): -6791069 or 6512792. OLE color: 6512792.

HSL color Cylindrical-coordinate representation of color #986063: hue angle of 356.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986063 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 99 -
CMYK 0 0.37 0.35 0.40
HSL 356.79º 0.23% 0.49% -
HSV(B) 356.79º 0.37% 0.6% -
XYZ 19.38 15.94 13.86 -
YUV 113.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 152 96 99 0 0.37 0.35 0.40 356.79 0.23 0.49
Hex 98 60 63 0 25 23 28 165 17 31
Octal 230 140 143 0 45 43 50 545 27 61
Binary 10011000 1100000 1100011 0 100101 100011 101000 101100101 10111 110001

Color Harmonies of #986063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986063

Black with #986063

Text Example


Text Example

White with #986063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986063; }

 p { color: rgb(152,96,99); }

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

background-color css

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

 a { background-color: rgb(152,96,99); }

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

border-color css

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

 span { border-color: rgb(152,96,99); }

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