#905F65

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

Shades of Mauve Taupe #905F65

Tints of Mauve Taupe #905F65

Color information

#905F65 (or 0x905F65) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5F and 65. RGB value is (144,95,101). Sum of RGB (Red+Green+Blue) = 144+95+101=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #905F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F65 is #6FA09A. Grayscale: #6E6E6E. Windows color (decimal): -7315611 or 6643600. OLE color: 6643600.

HSL color Cylindrical-coordinate representation of color #905F65: hue angle of 352.65º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #905F65 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB14495101-
CMYK00.340.300.44
HSL352.65º20.5%46.86%-
HSV(B)352.65º34.03%56.47%-
XYZ17.9415.0514.27-
YUV110.34122.73152.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.35%
GREEN value IS 95 (37.5% from 255) = 27.94%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=42.35%
G=27.94%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449510100.340.300.44352.6520.546.86
Hex905F650221E2C161152f
Octal22013714504236545412557
Binary100100001011111110010101000101111010110010110000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,95,101); }

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

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

 a { background-color: rgb(144,95,101); }

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

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

 span { border-color: rgb(144,95,101); }

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