Html Css Color HEX #98646D Mauve Taupe

📋 copy color: '#98646D'

red 152 ◦ green 100 ◦ blue 109

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

Shades of Mauve Taupe #98646D

Tints of Mauve Taupe #98646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 42.11%
G = 27.7%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98646D (or 0x98646D) is known color: Mauve Taupe. HEX triplet: 98, 64 and 6D. RGB value is (152,100,109). Sum of RGB (Red+Green+Blue) = 152+100+109=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98646D is #679B92. Grayscale: #747474. Windows color (decimal): -6790035 or 7169176. OLE color: 7169176.

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

Color convert

RGB 152 100 109 -
CMYK 0 0.34 0.28 0.40
HSL 349.62º 0.21% 0.49% -
HSV(B) 349.62º 0.34% 0.6% -
XYZ 20.27 16.89 16.66 -
YUV 116.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 152 100 109 0 0.34 0.28 0.40 349.62 0.21 0.49
Hex 98 64 6D 0 22 1C 28 15E 15 31
Octal 230 144 155 0 42 34 50 536 25 61
Binary 10011000 1100100 1101101 0 100010 11100 101000 101011110 10101 110001

Color Harmonies of #98646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98646D

Black with #98646D

Text Example


Text Example

White with #98646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98646D; }

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

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

background-color css

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

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

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

border-color css

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

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

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