#90686A

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

Shades of Mauve Taupe #90686A

Tints of Mauve Taupe #90686A

Color information

#90686A (or 0x90686A) is unknown color: approx Mauve Taupe. HEX triplet: 90, 68 and 6A. RGB value is (144,104,106). Sum of RGB (Red+Green+Blue) = 144+104+106=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90686A is #6F9795. Grayscale: #747474. Windows color (decimal): -7313302 or 6973584. OLE color: 6973584.

HSL color Cylindrical-coordinate representation of color #90686A: hue angle of 357º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90686A is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB144104106-
CMYK00.280.260.44
HSL357º16.13%48.63%-
HSV(B)357º27.78%56.47%-
XYZ19.0516.8715.89-
YUV116.19122.25147.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=40.68%
G=29.38%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410410600.280.260.4435716.1348.63
Hex90686A01C1A2C1651031
Octal22015015203432545452061
Binary10010000110100011010100111001101010110010110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90686A; }

 p { color: rgb(144,104,106); }

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

<style>
 a { background-color: #90686A; }

 a { background-color: rgb(144,104,106); }

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

<style>
 span { border-color: #90686A; }

 span { border-color: rgb(144,104,106); }

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