Html Css Color HEX #9D616D Mauve Taupe

📋 copy color: '#9D616D'

red 157 ◦ green 97 ◦ blue 109

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

Shades of Mauve Taupe #9D616D

Tints of Mauve Taupe #9D616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 43.25%
G = 26.72%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D616D (or 0x9D616D) is known color: Mauve Taupe. HEX triplet: 9D, 61 and 6D. RGB value is (157,97,109). Sum of RGB (Red+Green+Blue) = 157+97+109=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D616D is #629E92. Grayscale: #747474. Windows color (decimal): -6463123 or 7168413. OLE color: 7168413.

HSL color Cylindrical-coordinate representation of color #9D616D: hue angle of 348º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D616D is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 97 109 -
CMYK 0 0.38 0.31 0.38
HSL 348º 0.24% 0.5% -
HSV(B) 348º 0.38% 0.62% -
XYZ 20.94 16.82 16.61 -
YUV 116.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 157 97 109 0 0.38 0.31 0.38 348 0.24 0.5
Hex 9D 61 6D 0 26 1F 26 15C 18 32
Octal 235 141 155 0 46 37 46 534 30 62
Binary 10011101 1100001 1101101 0 100110 11111 100110 101011100 11000 110010

Color Harmonies of #9D616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D616D

Black with #9D616D

Text Example


Text Example

White with #9D616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,97,109); }

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

background-color css

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

 a { background-color: rgb(157,97,109); }

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

border-color css

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

 span { border-color: rgb(157,97,109); }

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