#9D626B

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

Shades of Mauve Taupe #9D626B

Tints of Mauve Taupe #9D626B

Color information

#9D626B (or 0x9D626B) is unknown color: approx Mauve Taupe. HEX triplet: 9D, 62 and 6B. RGB value is (157,98,107). Sum of RGB (Red+Green+Blue) = 157+98+107=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D626B is #629D94. Grayscale: #747474. Windows color (decimal): -6462869 or 7037597. OLE color: 7037597.

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

Color convert

RGB15798107-
CMYK00.380.320.38
HSL350.85º23.14%50%-
HSV(B)350.85º37.58%61.57%-
XYZ20.9316.9716.08-
YUV116.67122.55156.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=43.37%
G=27.07%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579810700.380.320.38350.8523.1450
Hex9D626B026202615f1732
Octal23514215304640465372762
Binary1001110111000101101011010011010000010011010101111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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