#90616F

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

Shades of Mauve Taupe #90616F

Tints of Mauve Taupe #90616F

Color information

#90616F (or 0x90616F) is unknown color: approx Mauve Taupe. HEX triplet: 90, 61 and 6F. RGB value is (144,97,111). Sum of RGB (Red+Green+Blue) = 144+97+111=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90616F is #6F9E90. Grayscale: #707070. Windows color (decimal): -7315089 or 7299472. OLE color: 7299472.

HSL color Cylindrical-coordinate representation of color #90616F: hue angle of 342.13º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90616F is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14497111-
CMYK00.330.230.44
HSL342.13º19.5%47.25%-
HSV(B)342.13º32.64%56.47%-
XYZ18.6515.6317.07-
YUV112.65127.07150.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=40.91%
G=27.56%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449711100.330.230.44342.1319.547.25
Hex90616F021172C156142f
Octal22014115704127545262457
Binary100100001100001110111101000011011110110010101011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90616F; }

 p { color: rgb(144,97,111); }

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

<style>
 a { background-color: #90616F; }

 a { background-color: rgb(144,97,111); }

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

<style>
 span { border-color: #90616F; }

 span { border-color: rgb(144,97,111); }

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