Html Css Color HEX #986275 Mauve Taupe

📋 copy color: '#986275'

red 152 ◦ green 98 ◦ blue 117

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

Shades of Mauve Taupe #986275

Tints of Mauve Taupe #986275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 41.42%
G = 26.7%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#986275 (or 0x986275) is known color: Mauve Taupe. HEX triplet: 98, 62 and 75. RGB value is (152,98,117). Sum of RGB (Red+Green+Blue) = 152+98+117=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #986275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986275 is #679D8A. Grayscale: #747474. Windows color (decimal): -6790539 or 7692952. OLE color: 7692952.

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

Color convert

RGB 152 98 117 -
CMYK 0 0.36 0.23 0.40
HSL 338.89º 0.22% 0.49% -
HSV(B) 338.89º 0.36% 0.6% -
XYZ 20.53 16.7 18.97 -
YUV 116.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 152 98 117 0 0.36 0.23 0.40 338.89 0.22 0.49
Hex 98 62 75 0 24 17 28 153 16 31
Octal 230 142 165 0 44 27 50 523 26 61
Binary 10011000 1100010 1110101 0 100100 10111 101000 101010011 10110 110001

Color Harmonies of #986275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986275

Black with #986275

Text Example


Text Example

White with #986275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986275; }

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

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

background-color css

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

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

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

border-color css

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

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

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