#90636D

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

Shades of Mauve Taupe #90636D

Tints of Mauve Taupe #90636D

Color information

#90636D (or 0x90636D) is unknown color: approx Mauve Taupe. HEX triplet: 90, 63 and 6D. RGB value is (144,99,109). Sum of RGB (Red+Green+Blue) = 144+99+109=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90636D is #6F9C92. Grayscale: #717171. Windows color (decimal): -7314579 or 7168912. OLE color: 7168912.

HSL color Cylindrical-coordinate representation of color #90636D: hue angle of 346.67º 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 #90636D is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14499109-
CMYK00.310.240.44
HSL346.67º18.52%47.65%-
HSV(B)346.67º31.25%56.47%-
XYZ18.7215.9616.56-
YUV113.6125.41149.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=40.91%
G=28.12%
B=30.97%

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
Decimal1449910900.310.240.44346.6718.5247.65
Hex90636D01F182C15b1330
Octal22014315503730545332360
Binary10010000110001111011010111111100010110010101101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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