Html Css Color HEX #98616A Mauve Taupe

📋 copy color: '#98616A'

red 152 ◦ green 97 ◦ blue 106

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

Shades of Mauve Taupe #98616A

Tints of Mauve Taupe #98616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 42.82%
G = 27.32%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98616A (or 0x98616A) is known color: Mauve Taupe. HEX triplet: 98, 61 and 6A. RGB value is (152,97,106). Sum of RGB (Red+Green+Blue) = 152+97+106=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #98616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98616A is #679E95. Grayscale: #727272. Windows color (decimal): -6790806 or 6971800. OLE color: 6971800.

HSL color Cylindrical-coordinate representation of color #98616A: hue angle of 350.18º 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 #98616A is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 97 106 -
CMYK 0 0.36 0.30 0.40
HSL 350.18º 0.22% 0.49% -
HSV(B) 350.18º 0.36% 0.6% -
XYZ 19.83 16.27 15.73 -
YUV 114.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 152 97 106 0 0.36 0.30 0.40 350.18 0.22 0.49
Hex 98 61 6A 0 24 1E 28 15E 16 31
Octal 230 141 152 0 44 36 50 536 26 61
Binary 10011000 1100001 1101010 0 100100 11110 101000 101011110 10110 110001

Color Harmonies of #98616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98616A

Black with #98616A

Text Example


Text Example

White with #98616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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