#90606B

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

Shades of Mauve Taupe #90606B

Tints of Mauve Taupe #90606B

Color information

#90606B (or 0x90606B) is unknown color: approx Mauve Taupe. HEX triplet: 90, 60 and 6B. RGB value is (144,96,107). Sum of RGB (Red+Green+Blue) = 144+96+107=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #90606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90606B is #6F9F94. Grayscale: #6F6F6F. Windows color (decimal): -7315349 or 7037072. OLE color: 7037072.

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

Color convert

RGB14496107-
CMYK00.330.260.44
HSL346.25º20%47.06%-
HSV(B)346.25º33.33%56.47%-
XYZ18.3415.3615.91-
YUV111.61125.4151.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=41.50%
G=27.67%
B=30.84%

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
Decimal1449610700.330.260.44346.252047.06
Hex90606B0211A2C15a142f
Octal22014015304132545322457
Binary100100001100000110101101000011101010110010101101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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