#9D6277

Color #9D6277 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9D6277

Tints of Mauve Taupe #9D6277

Color information

#9D6277 (or 0x9D6277) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 62 and 77. RGB value is (157,98,119). Sum of RGB (Red+Green+Blue) = 157+98+119=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6277 is #629D88. Grayscale: #767676. Windows color (decimal): -6462857 or 7824029. OLE color: 7824029.

HSL color Cylindrical-coordinate representation of color #9D6277: hue angle of 338.64º degrees, saturation: 0.23, 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 #9D6277 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB15798119-
CMYK00.380.240.38
HSL338.64º23.14%50%-
HSV(B)338.64º37.58%61.57%-
XYZ21.617.2419.64-
YUV118.04128.55155.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.98%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=41.98%
G=26.20%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579811900.380.240.38338.6423.1450
Hex9D627702618261531732
Octal23514216704630465232762
Binary100111011100010111011101001101100010011010101001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,98,119); }

 H1.HeaderClassName
 {
   color: #9D6277;
 }
 .AnyTagClassName
 {
   color: #9D6277;
 }
</style>
background-color css

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

 a { background-color: rgb(157,98,119); }

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

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

 span { border-color: rgb(157,98,119); }

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