#90606C

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

Shades of Mauve Taupe #90606C

Tints of Mauve Taupe #90606C

Color information

#90606C (or 0x90606C) is unknown color: approx Mauve Taupe. HEX triplet: 90, 60 and 6C. RGB value is (144,96,108). Sum of RGB (Red+Green+Blue) = 144+96+108=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #90606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90606C is #6F9F93. Grayscale: #6F6F6F. Windows color (decimal): -7315348 or 7102608. OLE color: 7102608.

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

Color convert

RGB14496108-
CMYK00.330.250.44
HSL345º20%47.06%-
HSV(B)345º33.33%56.47%-
XYZ18.3915.3816.19-
YUV111.72125.9151.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.38%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=41.38%
G=27.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449610800.330.250.443452047.06
Hex90606C021192C159142f
Octal22014015404131545312457
Binary100100001100000110110001000011100110110010101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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