#905B71

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

Shades of Mauve Taupe #905B71

Tints of Mauve Taupe #905B71

Color information

#905B71 (or 0x905B71) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5B and 71. RGB value is (144,91,113). Sum of RGB (Red+Green+Blue) = 144+91+113=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #905B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B71 is #6FA48E. Grayscale: #6D6D6D. Windows color (decimal): -7316623 or 7429008. OLE color: 7429008.

HSL color Cylindrical-coordinate representation of color #905B71: hue angle of 335.09º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #905B71 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14491113-
CMYK00.370.220.44
HSL335.09º22.55%46.08%-
HSV(B)335.09º36.81%56.47%-
XYZ18.2214.617.48-
YUV109.35130.06152.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.38%
GREEN value IS 91 (35.94% from 255) = 26.15%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=41.38%
G=26.15%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449111300.370.220.44335.0922.5546.08
Hex905B71025162C14f172e
Octal22013316104526545172756
Binary100100001011011111000101001011011010110010100111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905B71; }

 p { color: rgb(144,91,113); }

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

<style>
 a { background-color: #905B71; }

 a { background-color: rgb(144,91,113); }

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

<style>
 span { border-color: #905B71; }

 span { border-color: rgb(144,91,113); }

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