#946669

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

Shades of Mauve Taupe #946669

Tints of Mauve Taupe #946669

Color information

#946669 (or 0x946669) is unknown color: approx Mauve Taupe. HEX triplet: 94, 66 and 69. RGB value is (148,102,105). Sum of RGB (Red+Green+Blue) = 148+102+105=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #946669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946669 is #6B9996. Grayscale: #747474. Windows color (decimal): -7051671 or 6907540. OLE color: 6907540.

HSL color Cylindrical-coordinate representation of color #946669: hue angle of 356.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946669 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB148102105-
CMYK00.310.290.42
HSL356.09º18.4%49.02%-
HSV(B)356.09º31.08%58.04%-
XYZ19.5116.8215.58-
YUV116.1121.74150.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.69%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=41.69%
G=28.73%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810210500.310.290.42356.0918.449.02
Hex94666901F1D2A1641231
Octal22414615103735525442261
Binary10010100110011011010010111111110110101010110010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946669; }

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

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

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

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

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

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

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

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