Html Css Color HEX #98616B Mauve Taupe

📋 copy color: '#98616B'

red 152 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #98616B

Tints of Mauve Taupe #98616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 42.7%
G = 27.25%
B = 30.06%

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

#98616B (or 0x98616B) is known color: Mauve Taupe. HEX triplet: 98, 61 and 6B. RGB value is (152,97,107). Sum of RGB (Red+Green+Blue) = 152+97+107=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98616B is #679E94. Grayscale: #727272. Windows color (decimal): -6790805 or 7037336. OLE color: 7037336.

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

Color convert

RGB 152 97 107 -
CMYK 0 0.36 0.30 0.40
HSL 349.09º 0.22% 0.49% -
HSV(B) 349.09º 0.36% 0.6% -
XYZ 19.88 16.29 16.01 -
YUV 114.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 152 97 107 0 0.36 0.30 0.40 349.09 0.22 0.49
Hex 98 61 6B 0 24 1E 28 15D 16 31
Octal 230 141 153 0 44 36 50 535 26 61
Binary 10011000 1100001 1101011 0 100100 11110 101000 101011101 10110 110001

Color Harmonies of #98616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98616B

Black with #98616B

Text Example


Text Example

White with #98616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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