#90696D

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

Shades of Mauve Taupe #90696D

Tints of Mauve Taupe #90696D

Color information

#90696D (or 0x90696D) is unknown color: approx Mauve Taupe. HEX triplet: 90, 69 and 6D. RGB value is (144,105,109). Sum of RGB (Red+Green+Blue) = 144+105+109=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #90696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90696D is #6F9692. Grayscale: #757575. Windows color (decimal): -7313043 or 7170448. OLE color: 7170448.

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

Color convert

RGB144105109-
CMYK00.270.240.44
HSL353.85º15.66%48.82%-
HSV(B)353.85º27.08%56.47%-
XYZ19.3117.1416.76-
YUV117.12123.42147.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.22%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=40.22%
G=29.33%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410510900.270.240.44353.8515.6648.82
Hex90696D01B182C1621031
Octal22015115503330545422061
Binary10010000110100111011010110111100010110010110001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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