Html Css Color HEX #98626C Mauve Taupe

📋 copy color: '#98626C'

red 152 ◦ green 98 ◦ blue 108

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

Shades of Mauve Taupe #98626C

Tints of Mauve Taupe #98626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.37%

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

R = 42.46%
G = 27.37%
B = 30.17%

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

#98626C (or 0x98626C) is known color: Mauve Taupe. HEX triplet: 98, 62 and 6C. RGB value is (152,98,108). Sum of RGB (Red+Green+Blue) = 152+98+108=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98626C is #679D93. Grayscale: #737373. Windows color (decimal): -6790548 or 7103128. OLE color: 7103128.

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

Color convert

RGB 152 98 108 -
CMYK 0 0.36 0.29 0.40
HSL 348.89º 0.22% 0.49% -
HSV(B) 348.89º 0.36% 0.6% -
XYZ 20.02 16.49 16.32 -
YUV 115.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 152 98 108 0 0.36 0.29 0.40 348.89 0.22 0.49
Hex 98 62 6C 0 24 1D 28 15D 16 31
Octal 230 142 154 0 44 35 50 535 26 61
Binary 10011000 1100010 1101100 0 100100 11101 101000 101011101 10110 110001

Color Harmonies of #98626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98626C

Black with #98626C

Text Example


Text Example

White with #98626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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