#90616A

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

Shades of Mauve Taupe #90616A

Tints of Mauve Taupe #90616A

Color information

#90616A (or 0x90616A) is unknown color: approx Mauve Taupe. HEX triplet: 90, 61 and 6A. RGB value is (144,97,106). Sum of RGB (Red+Green+Blue) = 144+97+106=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #90616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90616A is #6F9E95. Grayscale: #707070. Windows color (decimal): -7315094 or 6971792. OLE color: 6971792.

HSL color Cylindrical-coordinate representation of color #90616A: hue angle of 348.51º 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 #90616A is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB14497106-
CMYK00.330.260.44
HSL348.51º19.5%47.25%-
HSV(B)348.51º32.64%56.47%-
XYZ18.3815.5215.66-
YUV112.08124.57150.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=41.50%
G=27.95%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449710600.330.260.44348.5119.547.25
Hex90616A0211A2C15d142f
Octal22014115204132545352457
Binary100100001100001110101001000011101010110010101110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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