#946676

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

Shades of Mauve Taupe #946676

Tints of Mauve Taupe #946676

Color information

#946676 (or 0x946676) is unknown color: approx Mauve Taupe. HEX triplet: 94, 66 and 76. RGB value is (148,102,118). Sum of RGB (Red+Green+Blue) = 148+102+118=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #946676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946676 is #6B9989. Grayscale: #757575. Windows color (decimal): -7051658 or 7759508. OLE color: 7759508.

HSL color Cylindrical-coordinate representation of color #946676: hue angle of 339.13º 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 #946676 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148102118-
CMYK00.310.200.42
HSL339.13º18.4%49.02%-
HSV(B)339.13º31.08%58.04%-
XYZ20.2317.1119.38-
YUV117.58128.24149.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=40.22%
G=27.72%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810211800.310.200.42339.1318.449.02
Hex94667601F142A1531231
Octal22414616603724525232261
Binary10010100110011011101100111111010010101010101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946676; }

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

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

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

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

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

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

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

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