#90636E

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

Shades of Mauve Taupe #90636E

Tints of Mauve Taupe #90636E

Color information

#90636E (or 0x90636E) is unknown color: approx Mauve Taupe. HEX triplet: 90, 63 and 6E. RGB value is (144,99,110). Sum of RGB (Red+Green+Blue) = 144+99+110=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #90636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90636E is #6F9C91. Grayscale: #717171. Windows color (decimal): -7314578 or 7234448. OLE color: 7234448.

HSL color Cylindrical-coordinate representation of color #90636E: hue angle of 345.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90636E is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14499110-
CMYK00.310.240.44
HSL345.33º18.52%47.65%-
HSV(B)345.33º31.25%56.47%-
XYZ18.7815.9816.85-
YUV113.71125.91149.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.79%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=40.79%
G=28.05%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449911000.310.240.44345.3318.5247.65
Hex90636E01F182C1591330
Octal22014315603730545312360
Binary10010000110001111011100111111100010110010101100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90636E; }

 p { color: rgb(144,99,110); }

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

<style>
 a { background-color: #90636E; }

 a { background-color: rgb(144,99,110); }

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

<style>
 span { border-color: #90636E; }

 span { border-color: rgb(144,99,110); }

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