Html Css Color HEX #9D5E6F Mauve Taupe

📋 copy color: '#9D5E6F'

red 157 ◦ green 94 ◦ blue 111

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

Shades of Mauve Taupe #9D5E6F

Tints of Mauve Taupe #9D5E6F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.97%

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

R = 43.37%
G = 25.97%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D5E6F (or 0x9D5E6F) is known color: Mauve Taupe. HEX triplet: 9D, 5E and 6F. RGB value is (157,94,111). Sum of RGB (Red+Green+Blue) = 157+94+111=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E6F is #62A190. Grayscale: #727272. Windows color (decimal): -6463889 or 7298717. OLE color: 7298717.

HSL color Cylindrical-coordinate representation of color #9D5E6F: hue angle of 343.81º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E6F is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 94 111 -
CMYK 0 0.40 0.29 0.38
HSL 343.81º 0.25% 0.49% -
HSV(B) 343.81º 0.4% 0.62% -
XYZ 20.78 16.32 17.09 -
YUV 114.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 157 94 111 0 0.40 0.29 0.38 343.81 0.25 0.49
Hex 9D 5E 6F 0 28 1D 26 158 19 31
Octal 235 136 157 0 50 35 46 530 31 61
Binary 10011101 1011110 1101111 0 101000 11101 100110 101011000 11001 110001

Color Harmonies of #9D5E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5E6F

Black with #9D5E6F

Text Example


Text Example

White with #9D5E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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