#90666E

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

Shades of Mauve Taupe #90666E

Tints of Mauve Taupe #90666E

Color information

#90666E (or 0x90666E) is unknown color: approx Mauve Taupe. HEX triplet: 90, 66 and 6E. RGB value is (144,102,110). Sum of RGB (Red+Green+Blue) = 144+102+110=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90666E is #6F9991. Grayscale: #737373. Windows color (decimal): -7313810 or 7235216. OLE color: 7235216.

HSL color Cylindrical-coordinate representation of color #90666E: hue angle of 348.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90666E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB144102110-
CMYK00.290.240.44
HSL348.57º17.07%48.24%-
HSV(B)348.57º29.17%56.47%-
XYZ19.0716.5616.94-
YUV115.47124.91148.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=40.45%
G=28.65%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410211000.290.240.44348.5717.0748.24
Hex90666E01D182C15d1130
Octal22014615603530545352160
Binary10010000110011011011100111011100010110010101110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90666E; }

 p { color: rgb(144,102,110); }

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

<style>
 a { background-color: #90666E; }

 a { background-color: rgb(144,102,110); }

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

<style>
 span { border-color: #90666E; }

 span { border-color: rgb(144,102,110); }

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