#90686B

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

Shades of Mauve Taupe #90686B

Tints of Mauve Taupe #90686B

Color information

#90686B (or 0x90686B) is unknown color: approx Mauve Taupe. HEX triplet: 90, 68 and 6B. RGB value is (144,104,107). Sum of RGB (Red+Green+Blue) = 144+104+107=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90686B is #6F9794. Grayscale: #747474. Windows color (decimal): -7313301 or 7039120. OLE color: 7039120.

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

Color convert

RGB144104107-
CMYK00.280.260.44
HSL355.5º16.13%48.63%-
HSV(B)355.5º27.78%56.47%-
XYZ19.1116.8916.16-
YUV116.3122.75147.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.56%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=40.56%
G=29.30%
B=30.14%

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
Decimal14410410700.280.260.44355.516.1348.63
Hex90686B01C1A2C1641031
Octal22015015303432545442061
Binary10010000110100011010110111001101010110010110010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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