#90686F

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

Shades of Mauve Taupe #90686F

Tints of Mauve Taupe #90686F

Color information

#90686F (or 0x90686F) is unknown color: approx Mauve Taupe. HEX triplet: 90, 68 and 6F. RGB value is (144,104,111). Sum of RGB (Red+Green+Blue) = 144+104+111=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #90686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90686F is #6F9790. Grayscale: #747474. Windows color (decimal): -7313297 or 7301264. OLE color: 7301264.

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

Color convert

RGB144104111-
CMYK00.280.230.44
HSL349.5º16.13%48.63%-
HSV(B)349.5º27.78%56.47%-
XYZ19.3216.9817.3-
YUV116.76124.75147.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.11%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=40.11%
G=28.97%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410411100.280.230.44349.516.1348.63
Hex90686F01C172C15e1031
Octal22015015703427545362061
Binary10010000110100011011110111001011110110010101111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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