Html Css Color HEX #986575 Mauve Taupe

📋 copy color: '#986575'

red 152 ◦ green 101 ◦ blue 117

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

Shades of Mauve Taupe #986575

Tints of Mauve Taupe #986575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.3%

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

R = 41.08%
G = 27.3%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#986575 (or 0x986575) is known color: Mauve Taupe. HEX triplet: 98, 65 and 75. RGB value is (152,101,117). Sum of RGB (Red+Green+Blue) = 152+101+117=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #986575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986575 is #679A8A. Grayscale: #767676. Windows color (decimal): -6789771 or 7693720. OLE color: 7693720.

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

Color convert

RGB 152 101 117 -
CMYK 0 0.34 0.23 0.40
HSL 341.18º 0.2% 0.5% -
HSV(B) 341.18º 0.34% 0.6% -
XYZ 20.81 17.27 19.07 -
YUV 118.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 152 101 117 0 0.34 0.23 0.40 341.18 0.2 0.5
Hex 98 65 75 0 22 17 28 155 14 32
Octal 230 145 165 0 42 27 50 525 24 62
Binary 10011000 1100101 1110101 0 100010 10111 101000 101010101 10100 110010

Color Harmonies of #986575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986575

Black with #986575

Text Example


Text Example

White with #986575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986575; }

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

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

background-color css

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

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

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

border-color css

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

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

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