#90696C

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

Shades of Mauve Taupe #90696C

Tints of Mauve Taupe #90696C

Color information

#90696C (or 0x90696C) is unknown color: approx Mauve Taupe. HEX triplet: 90, 69 and 6C. RGB value is (144,105,108). Sum of RGB (Red+Green+Blue) = 144+105+108=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90696C is #6F9693. Grayscale: #757575. Windows color (decimal): -7313044 or 7104912. OLE color: 7104912.

HSL color Cylindrical-coordinate representation of color #90696C: hue angle of 355.38º 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 #90696C is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB144105108-
CMYK00.270.250.44
HSL355.38º15.66%48.82%-
HSV(B)355.38º27.08%56.47%-
XYZ19.2617.1216.48-
YUV117122.92147.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=40.34%
G=29.41%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410510800.270.250.44355.3815.6648.82
Hex90696C01B192C1631031
Octal22015115403331545432061
Binary10010000110100111011000110111100110110010110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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