#906669

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

Shades of Mauve Taupe #906669

Tints of Mauve Taupe #906669

Color information

#906669 (or 0x906669) is unknown color: approx Mauve Taupe. HEX triplet: 90, 66 and 69. RGB value is (144,102,105). Sum of RGB (Red+Green+Blue) = 144+102+105=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #906669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906669 is #6F9996. Grayscale: #727272. Windows color (decimal): -7313815 or 6907536. OLE color: 6907536.

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

Color convert

RGB144102105-
CMYK00.290.270.44
HSL355.71º17.07%48.24%-
HSV(B)355.71º29.17%56.47%-
XYZ18.816.4515.55-
YUV114.9122.41148.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=41.03%
G=29.06%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410210500.290.270.44355.7117.0748.24
Hex90666901D1B2C1641130
Octal22014615103533545442160
Binary10010000110011011010010111011101110110010110010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906669; }

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

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

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

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

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

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

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

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