Html Css Color HEX #986365 Mauve Taupe

📋 copy color: '#986365'

red 152 ◦ green 99 ◦ blue 101

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

Shades of Mauve Taupe #986365

Tints of Mauve Taupe #986365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

 BLUE value IS 101 (39.84% from 255) = 28.69%

R = 43.18%
G = 28.13%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#986365 (or 0x986365) is known color: Mauve Taupe. HEX triplet: 98, 63 and 65. RGB value is (152,99,101). Sum of RGB (Red+Green+Blue) = 152+99+101=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #986365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986365 is #679C9A. Grayscale: #737373. Windows color (decimal): -6790299 or 6644632. OLE color: 6644632.

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

Color convert

RGB 152 99 101 -
CMYK 0 0.35 0.34 0.40
HSL 357.74º 0.21% 0.49% -
HSV(B) 357.74º 0.35% 0.6% -
XYZ 19.76 16.54 14.46 -
YUV 115.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 152 99 101 0 0.35 0.34 0.40 357.74 0.21 0.49
Hex 98 63 65 0 23 22 28 166 15 31
Octal 230 143 145 0 43 42 50 546 25 61
Binary 10011000 1100011 1100101 0 100011 100010 101000 101100110 10101 110001

Color Harmonies of #986365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986365

Black with #986365

Text Example


Text Example

White with #986365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986365; }

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

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

background-color css

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

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

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

border-color css

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

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

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