#906677

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

Shades of Mauve Taupe #906677

Tints of Mauve Taupe #906677

Color information

#906677 (or 0x906677) is unknown color: approx Mauve Taupe. HEX triplet: 90, 66 and 77. RGB value is (144,102,119). Sum of RGB (Red+Green+Blue) = 144+102+119=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #906677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906677 is #6F9988. Grayscale: #747474. Windows color (decimal): -7313801 or 7825040. OLE color: 7825040.

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

Color convert

RGB144102119-
CMYK00.290.170.44
HSL335.71º17.07%48.24%-
HSV(B)335.71º29.17%56.47%-
XYZ19.5816.7619.66-
YUV116.5129.41147.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 119 (46.88% from 255) = 32.60%
R=39.45%
G=27.95%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410211900.290.170.44335.7117.0748.24
Hex90667701D112C1501130
Octal22014616703521545202160
Binary10010000110011011101110111011000110110010101000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906677; }

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

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

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

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

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

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

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

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