#90666F

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

Shades of Mauve Taupe #90666F

Tints of Mauve Taupe #90666F

Color information

#90666F (or 0x90666F) is unknown color: approx Mauve Taupe. HEX triplet: 90, 66 and 6F. RGB value is (144,102,111). Sum of RGB (Red+Green+Blue) = 144+102+111=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90666F is #6F9990. Grayscale: #737373. Windows color (decimal): -7313809 or 7300752. OLE color: 7300752.

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

Color convert

RGB144102111-
CMYK00.290.230.44
HSL347.14º17.07%48.24%-
HSV(B)347.14º29.17%56.47%-
XYZ19.1216.5817.23-
YUV115.58125.41148.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.34%
GREEN value IS 102 (40.23% from 255) = 28.57%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=40.34%
G=28.57%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410211100.290.230.44347.1417.0748.24
Hex90666F01D172C15b1130
Octal22014615703527545332160
Binary10010000110011011011110111011011110110010101101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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