Html Css Color HEX #986364 Mauve Taupe

📋 copy color: '#986364'

red 152 ◦ green 99 ◦ blue 100

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

Shades of Mauve Taupe #986364

Tints of Mauve Taupe #986364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.49%

R = 43.3%
G = 28.21%
B = 28.49%

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

#986364 (or 0x986364) is known color: Mauve Taupe. HEX triplet: 98, 63 and 64. RGB value is (152,99,100). Sum of RGB (Red+Green+Blue) = 152+99+100=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #986364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986364 is #679C9B. Grayscale: #737373. Windows color (decimal): -6790300 or 6579096. OLE color: 6579096.

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

Color convert

RGB 152 99 100 -
CMYK 0 0.35 0.34 0.40
HSL 358.87º 0.21% 0.49% -
HSV(B) 358.87º 0.35% 0.6% -
XYZ 19.71 16.52 14.21 -
YUV 114.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 152 99 100 0 0.35 0.34 0.40 358.87 0.21 0.49
Hex 98 63 64 0 23 22 28 167 15 31
Octal 230 143 144 0 43 42 50 547 25 61
Binary 10011000 1100011 1100100 0 100011 100010 101000 101100111 10101 110001

Color Harmonies of #986364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986364

Black with #986364

Text Example


Text Example

White with #986364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986364; }

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

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

background-color css

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

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

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

border-color css

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

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

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