#906977

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

Shades of Mauve Taupe #906977

Tints of Mauve Taupe #906977

Color information

#906977 (or 0x906977) is unknown color: approx Mauve Taupe. HEX triplet: 90, 69 and 77. RGB value is (144,105,119). Sum of RGB (Red+Green+Blue) = 144+105+119=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #906977 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906977 is #6F9688. Grayscale: #767676. Windows color (decimal): -7313033 or 7825808. OLE color: 7825808.

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

Color convert

RGB144105119-
CMYK00.270.170.44
HSL338.46º15.66%48.82%-
HSV(B)338.46º27.08%56.47%-
XYZ19.8817.3619.76-
YUV118.26128.42146.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=39.13%
G=28.53%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410511900.270.170.44338.4615.6648.82
Hex90697701B112C1521031
Octal22015116703321545222061
Binary10010000110100111101110110111000110110010101001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906977; }

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

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

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

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

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

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

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

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