#90606A

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

Shades of Mauve Taupe #90606A

Tints of Mauve Taupe #90606A

Color information

#90606A (or 0x90606A) is unknown color: approx Mauve Taupe. HEX triplet: 90, 60 and 6A. RGB value is (144,96,106). Sum of RGB (Red+Green+Blue) = 144+96+106=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #90606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90606A is #6F9F95. Grayscale: #6F6F6F. Windows color (decimal): -7315350 or 6971536. OLE color: 6971536.

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

Color convert

RGB14496106-
CMYK00.330.260.44
HSL347.5º20%47.06%-
HSV(B)347.5º33.33%56.47%-
XYZ18.2915.3415.63-
YUV111.49124.9151.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=41.62%
G=27.75%
B=30.64%

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
Decimal1449610600.330.260.44347.52047.06
Hex90606A0211A2C15c142f
Octal22014015204132545342457
Binary100100001100000110101001000011101010110010101110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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