#905F6E

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

Shades of Mauve Taupe #905F6E

Tints of Mauve Taupe #905F6E

Color information

#905F6E (or 0x905F6E) is unknown color: approx Mauve Taupe. HEX triplet: 90, 5F and 6E. RGB value is (144,95,110). Sum of RGB (Red+Green+Blue) = 144+95+110=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #905F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F6E is #6FA091. Grayscale: #6F6F6F. Windows color (decimal): -7315602 or 7233424. OLE color: 7233424.

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

Color convert

RGB14495110-
CMYK00.340.240.44
HSL341.63º20.5%46.86%-
HSV(B)341.63º34.03%56.47%-
XYZ18.4115.2416.72-
YUV111.36127.23151.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 95 (37.5% from 255) = 27.22%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=41.26%
G=27.22%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449511000.340.240.44341.6320.546.86
Hex905F6E022182C156152f
Octal22013715604230545262557
Binary100100001011111110111001000101100010110010101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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