#90686D

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

Shades of Mauve Taupe #90686D

Tints of Mauve Taupe #90686D

Color information

#90686D (or 0x90686D) is unknown color: approx Mauve Taupe. HEX triplet: 90, 68 and 6D. RGB value is (144,104,109). Sum of RGB (Red+Green+Blue) = 144+104+109=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90686D is #6F9792. Grayscale: #747474. Windows color (decimal): -7313299 or 7170192. OLE color: 7170192.

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

Color convert

RGB144104109-
CMYK00.280.240.44
HSL352.5º16.13%48.63%-
HSV(B)352.5º27.78%56.47%-
XYZ19.2116.9316.72-
YUV116.53123.75147.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=40.34%
G=29.13%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410410900.280.240.44352.516.1348.63
Hex90686D01C182C1601031
Octal22015015503430545402061
Binary10010000110100011011010111001100010110010110000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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