#90626C

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

Shades of Mauve Taupe #90626C

Tints of Mauve Taupe #90626C

Color information

#90626C (or 0x90626C) is unknown color: approx Mauve Taupe. HEX triplet: 90, 62 and 6C. RGB value is (144,98,108). Sum of RGB (Red+Green+Blue) = 144+98+108=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90626C is #6F9D93. Grayscale: #707070. Windows color (decimal): -7314836 or 7103120. OLE color: 7103120.

HSL color Cylindrical-coordinate representation of color #90626C: hue angle of 346.96º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90626C is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14498108-
CMYK00.320.250.44
HSL346.96º19.01%47.45%-
HSV(B)346.96º31.94%56.47%-
XYZ18.5815.7516.25-
YUV112.89125.24150.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.14%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=41.14%
G=28%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449810800.320.250.44346.9619.0147.45
Hex90626C020192C15b132f
Octal22014215404031545332357
Binary100100001100010110110001000001100110110010101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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