Html Css Color HEX #98646E Mauve Taupe

📋 copy color: '#98646E'

red 152 ◦ green 100 ◦ blue 110

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

Shades of Mauve Taupe #98646E

Tints of Mauve Taupe #98646E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 41.99%
G = 27.62%
B = 30.39%

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

#98646E (or 0x98646E) is known color: Mauve Taupe. HEX triplet: 98, 64 and 6E. RGB value is (152,100,110). Sum of RGB (Red+Green+Blue) = 152+100+110=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98646E is #679B91. Grayscale: #747474. Windows color (decimal): -6790034 or 7234712. OLE color: 7234712.

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

Color convert

RGB 152 100 110 -
CMYK 0 0.34 0.28 0.40
HSL 348.46º 0.21% 0.49% -
HSV(B) 348.46º 0.34% 0.6% -
XYZ 20.32 16.92 16.95 -
YUV 116.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 152 100 110 0 0.34 0.28 0.40 348.46 0.21 0.49
Hex 98 64 6E 0 22 1C 28 15C 15 31
Octal 230 144 156 0 42 34 50 534 25 61
Binary 10011000 1100100 1101110 0 100010 11100 101000 101011100 10101 110001

Color Harmonies of #98646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98646E

Black with #98646E

Text Example


Text Example

White with #98646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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