Html Css Color HEX #986372 Mauve Taupe

📋 copy color: '#986372'

red 152 ◦ green 99 ◦ blue 114

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

Shades of Mauve Taupe #986372

Tints of Mauve Taupe #986372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 41.64%
G = 27.12%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#986372 (or 0x986372) is known color: Mauve Taupe. HEX triplet: 98, 63 and 72. RGB value is (152,99,114). Sum of RGB (Red+Green+Blue) = 152+99+114=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #986372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986372 is #679C8D. Grayscale: #747474. Windows color (decimal): -6790286 or 7496600. OLE color: 7496600.

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

Color convert

RGB 152 99 114 -
CMYK 0 0.35 0.25 0.40
HSL 343.02º 0.21% 0.49% -
HSV(B) 343.02º 0.35% 0.6% -
XYZ 20.45 16.81 18.09 -
YUV 116.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 152 99 114 0 0.35 0.25 0.40 343.02 0.21 0.49
Hex 98 63 72 0 23 19 28 157 15 31
Octal 230 143 162 0 43 31 50 527 25 61
Binary 10011000 1100011 1110010 0 100011 11001 101000 101010111 10101 110001

Color Harmonies of #986372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986372

Black with #986372

Text Example


Text Example

White with #986372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986372; }

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

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

background-color css

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

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

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

border-color css

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

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

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