#905B75

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

Shades of Mauve Taupe #905B75

Tints of Mauve Taupe #905B75

Color information

#905B75 (or 0x905B75) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5B and 75. RGB value is (144,91,117). Sum of RGB (Red+Green+Blue) = 144+91+117=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #905B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B75 is #6FA48A. Grayscale: #6D6D6D. Windows color (decimal): -7316619 or 7691152. OLE color: 7691152.

HSL color Cylindrical-coordinate representation of color #905B75: hue angle of 330.57º 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 #905B75 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14491117-
CMYK00.370.190.44
HSL330.57º22.55%46.08%-
HSV(B)330.57º36.81%56.47%-
XYZ18.4514.718.69-
YUV109.81132.06152.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=40.91%
G=25.85%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449111700.370.190.44330.5722.5546.08
Hex905B75025132C14b172e
Octal22013316504523545132756
Binary100100001011011111010101001011001110110010100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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