#916669

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

Shades of Mauve Taupe #916669

Tints of Mauve Taupe #916669

Color information

#916669 (or 0x916669) is unknown color: approx Mauve Taupe. HEX triplet: 91, 66 and 69. RGB value is (145,102,105). Sum of RGB (Red+Green+Blue) = 145+102+105=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #916669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916669 is #6E9996. Grayscale: #737373. Windows color (decimal): -7248279 or 6907537. OLE color: 6907537.

HSL color Cylindrical-coordinate representation of color #916669: hue angle of 355.81º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916669 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB145102105-
CMYK00.300.280.43
HSL355.81º17.41%48.43%-
HSV(B)355.81º29.66%56.86%-
XYZ18.9816.5415.56-
YUV115.2122.25149.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.19%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=41.19%
G=28.98%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510210500.300.280.43355.8117.4148.43
Hex91666901E1C2B1641130
Octal22114615103634535442160
Binary10010001110011011010010111101110010101110110010010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916669; }

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

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

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

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

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

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

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

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