Html Css Color HEX #98616C Mauve Taupe

📋 copy color: '#98616C'

red 152 ◦ green 97 ◦ blue 108

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

Shades of Mauve Taupe #98616C

Tints of Mauve Taupe #98616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 42.58%
G = 27.17%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98616C (or 0x98616C) is known color: Mauve Taupe. HEX triplet: 98, 61 and 6C. RGB value is (152,97,108). Sum of RGB (Red+Green+Blue) = 152+97+108=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #98616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98616C is #679E93. Grayscale: #727272. Windows color (decimal): -6790804 or 7102872. OLE color: 7102872.

HSL color Cylindrical-coordinate representation of color #98616C: hue angle of 348º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98616C is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 97 108 -
CMYK 0 0.36 0.29 0.40
HSL 348º 0.22% 0.49% -
HSV(B) 348º 0.36% 0.6% -
XYZ 19.93 16.31 16.28 -
YUV 114.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 152 97 108 0 0.36 0.29 0.40 348 0.22 0.49
Hex 98 61 6C 0 24 1D 28 15C 16 31
Octal 230 141 154 0 44 35 50 534 26 61
Binary 10011000 1100001 1101100 0 100100 11101 101000 101011100 10110 110001

Color Harmonies of #98616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98616C

Black with #98616C

Text Example


Text Example

White with #98616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98616C; }

 p { color: rgb(152,97,108); }

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

background-color css

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

 a { background-color: rgb(152,97,108); }

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

border-color css

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

 span { border-color: rgb(152,97,108); }

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