Html Css Color HEX #986875 Mauve Taupe

📋 copy color: '#986875'

red 152 ◦ green 104 ◦ blue 117

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

Shades of Mauve Taupe #986875

Tints of Mauve Taupe #986875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

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

R = 40.75%
G = 27.88%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#986875 (or 0x986875) is known color: Mauve Taupe. HEX triplet: 98, 68 and 75. RGB value is (152,104,117). Sum of RGB (Red+Green+Blue) = 152+104+117=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #986875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986875 is #67978A. Grayscale: #777777. Windows color (decimal): -6789003 or 7694488. OLE color: 7694488.

HSL color Cylindrical-coordinate representation of color #986875: hue angle of 343.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986875 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 117 -
CMYK 0 0.32 0.23 0.40
HSL 343.75º 0.19% 0.5% -
HSV(B) 343.75º 0.32% 0.6% -
XYZ 21.11 17.86 19.16 -
YUV 119.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 152 104 117 0 0.32 0.23 0.40 343.75 0.19 0.5
Hex 98 68 75 0 20 17 28 158 13 32
Octal 230 150 165 0 40 27 50 530 23 62
Binary 10011000 1101000 1110101 0 100000 10111 101000 101011000 10011 110010

Color Harmonies of #986875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986875

Black with #986875

Text Example


Text Example

White with #986875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986875; }

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

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

background-color css

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

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

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

border-color css

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

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

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