Html Css Color HEX #9D586F Mauve Taupe

📋 copy color: '#9D586F'

red 157 ◦ green 88 ◦ blue 111

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

Shades of Mauve Taupe #9D586F

Tints of Mauve Taupe #9D586F

RGB

 RED value IS 157 (61.72% from 255) = 44.1%

 GREEN value IS 88 (34.77% from 255) = 24.72%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 44.1%
G = 24.72%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D586F (or 0x9D586F) is known color: Mauve Taupe. HEX triplet: 9D, 58 and 6F. RGB value is (157,88,111). Sum of RGB (Red+Green+Blue) = 157+88+111=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D586F is #62A790. Grayscale: #6F6F6F. Windows color (decimal): -6465425 or 7297181. OLE color: 7297181.

HSL color Cylindrical-coordinate representation of color #9D586F: hue angle of 340º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D586F is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 88 111 -
CMYK 0 0.44 0.29 0.38
HSL 340º 0.28% 0.48% -
HSV(B) 340º 0.44% 0.62% -
XYZ 20.26 15.3 16.92 -
YUV 111.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 157 88 111 0 0.44 0.29 0.38 340 0.28 0.48
Hex 9D 58 6F 0 2C 1D 26 154 1C 30
Octal 235 130 157 0 54 35 46 524 34 60
Binary 10011101 1011000 1101111 0 101100 11101 100110 101010100 11100 110000

Color Harmonies of #9D586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D586F

Black with #9D586F

Text Example


Text Example

White with #9D586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D586F; }

 p { color: rgb(157,88,111); }

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

background-color css

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

 a { background-color: rgb(157,88,111); }

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

border-color css

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

 span { border-color: rgb(157,88,111); }

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